Skip to content

Commit b66eeb7

Browse files
committed
Adding note about conda forge.
1 parent 95b4f80 commit b66eeb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ Or checkout the sources and run ``setup.py`` yourself:
3333
$ python setup.py install
3434
```
3535

36+
It also appears possible to install via
37+
[Conda Forge](https://anaconda.org/conda-forge/ta-lib):
38+
39+
```
40+
$ conda install -c conda-forge ta-lib
41+
```
42+
3643
### Dependencies
3744

3845
To use TA-Lib for python, you need to have the

0 commit comments

Comments
 (0)