enable sudo for installing talib
This commit is contained in:
parent
e3941cde7e
commit
4c0a316e3e
@ -1,4 +1,4 @@
|
||||
sudo: false
|
||||
sudo: true
|
||||
os:
|
||||
- linux
|
||||
language: python
|
||||
|
@ -1,3 +1,3 @@
|
||||
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 && sudo make && sudo make install && cd ..
|
||||
cd ta-lib && ./configure && make && sudo make install && cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user