Skip to content

Commit 4e80590

Browse files
committed
Update README.md
1 parent fb34ddc commit 4e80590

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ $ python setup.py install
3232

3333
### Troubleshooting
3434

35-
Sometimes installation will produce build errors like this:
36-
37-
```
38-
func.c:256:28: fatal error: ta-lib/ta_libc.h: No such file or directory
39-
compilation terminated.
40-
```
41-
42-
This typically means that it can't find the underlying ``TA-Lib`` library,
43-
a dependency which needs to be installed.
44-
4535
Sometimes installation will fail with errors like this:
4636

4737
```
@@ -61,8 +51,9 @@ $ sudo apt-get install python3-dev
6151

6252
### Dependencies
6353

64-
To use TA-Lib for python, you need to have the
65-
[TA-Lib](http://ta-lib.org/hdr_dw.html) already installed:
54+
To use TA-Lib for python, you'd better have the
55+
[TA-Lib](http://ta-lib.org/hdr_dw.html) already installed.
56+
If not so, it'll be built from source.
6657

6758
##### Mac OS X
6859

0 commit comments

Comments
 (0)