mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
fix checking for cached ta-lib
This commit is contained in:
parent
e5f8c1e75d
commit
92f6db5bd7
|
@ -1,4 +1,4 @@
|
|||
if [ ! -d "ta-lib" ]; then
|
||||
if [ ! -f "ta-lib/CHANGELOG.TXT" ]; then
|
||||
wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
|
||||
tar zxvf ta-lib-0.4.0-src.tar.gz
|
||||
cd ta-lib && ./configure && make && sudo make install && cd ..
|
||||
|
|
Loading…
Reference in New Issue
Block a user