File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,6 @@ $ python setup.py install
32
32
33
33
### Troubleshooting
34
34
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
-
45
35
Sometimes installation will fail with errors like this:
46
36
47
37
```
@@ -61,8 +51,9 @@ $ sudo apt-get install python3-dev
61
51
62
52
### Dependencies
63
53
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.
66
57
67
58
##### Mac OS X
68
59
You can’t perform that action at this time.
0 commit comments