enable sudo for installing talib
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| sudo: false | sudo: true | ||||||
| os: | os: | ||||||
| - linux | - linux | ||||||
| language: python | language: python | ||||||
|   | |||||||
| @@ -1,3 +1,3 @@ | |||||||
| wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz | 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 | 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 .. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user