Skip to content

Commit ecc0fcf

Browse files
committed
update for using pip.
1 parent 3f9ff3c commit ecc0fcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ this project uses Cython and Numpy to efficiently and cleanly bind to TA-Lib
2121
You can install from PyPI:
2222

2323
```
24-
$ easy_install TA-Lib
24+
$ pip install TA-Lib
2525
```
2626

2727
Or checkout the sources and run ``setup.py`` yourself:

docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can install from PyPI:
44

55
```
6-
$ easy_install TA-Lib
6+
$ pip install TA-Lib
77
```
88

99
Or checkout the sources and run ``setup.py`` yourself:

0 commit comments

Comments
 (0)