Skip to content

Commit d6a66d9

Browse files
authored
Update README.md
1 parent 3117d61 commit d6a66d9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<img src="https://img.shields.io/badge/PyPi package-0.1.0-green.svg" alt="pypi version">
1212
<img src="https://img.shields.io/badge/License-Apache License 2.0-green.svg" alt="license">
1313
<img src="https://img.shields.io/badge/Libraries-tensorflow | numpy | seaborn | pandas-green.svg" alt="libs">
14-
<img src="https://img.shields.io/badge/tests-all passing-green.svg" alt="tests">
1514
</p>
1615

1716
The Python library that makes AI predictions simple.
@@ -35,3 +34,12 @@ Install via pip:
3534
```
3635
$ pip install pypredictor
3736
```
37+
To get examples, clone this repository and enter `pypredictor/examples`:
38+
```
39+
$ git clone https://github.com/hamdivazim/pypredictor.git
40+
$ cd pypredictor/examples
41+
```
42+
anaconda support hopefully coming soon!
43+
44+
## License
45+
pypredictor is licensed by Hamd Waseem (codingboy_CW) under [the Apache License 2.0](https://github.com/hamdivazim/pypredictor/blob/main/LICENSE).

0 commit comments

Comments
 (0)