Skip to content

Commit a208de2

Browse files
update docs and README 3
1 parent 2728eaf commit a208de2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Yield Curve with Machine Learning
22

3-
![PyPI](https://img.shields.io/pypi/v/yieldcurveml) [![PyPI - License](https://img.shields.io/pypi/l/yieldcurveml)](https://github.com/Techtonique/yieldcurve/blob/main/LICENSE) [![Downloads](https://pepy.tech/badge/yieldcurveml)](https://pepy.tech/project/yieldcurveml)[![Documentation](https://img.shields.io/badge/documentation-is_here-green)](https://techtonique.github.io/yieldcurveml/)
3+
![PyPI](https://img.shields.io/pypi/v/yieldcurveml) [![PyPI - License](https://img.shields.io/pypi/l/yieldcurveml)](https://github.com/Techtonique/yieldcurve/blob/main/LICENSE) [![Downloads](https://pepy.tech/badge/yieldcurveml)](https://pepy.tech/project/yieldcurveml)
4+
[![Downloads](https://anaconda.org/conda-forge/yieldcurveml/badges/downloads.svg)](https://anaconda.org/conda-forge/yieldcurveml)
5+
[![Documentation](https://img.shields.io/badge/documentation-is_here-green)](https://techtonique.github.io/yieldcurveml/)
46

57

68
## 0 - Install:
79

10+
### FromPyPI
11+
12+
```bash
13+
!pip install yieldcurveml
14+
```
15+
816
### From GitHub
917

1018
```bash

0 commit comments

Comments
 (0)