Upload install.sh
Browse files- install.sh +20 -0
install.sh
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pip install ftx
|
| 2 |
+
pip install pandas
|
| 3 |
+
pip install python-binance
|
| 4 |
+
pip install tradingview_ta
|
| 5 |
+
pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint;
|
| 6 |
+
pip install ta
|
| 7 |
+
pip install tweepy
|
| 8 |
+
pip install ccxt
|
| 9 |
+
pip install yahoo_fin
|
| 10 |
+
pip install yahoo_fin --upgrade
|
| 11 |
+
pip install requests_html
|
| 12 |
+
pip install pandas-datareader
|
| 13 |
+
pip install yfinance
|
| 14 |
+
pip install websocket-client
|
| 15 |
+
pip install yahoofinancials
|
| 16 |
+
pip install sklearn
|
| 17 |
+
pip install scikit-learn
|
| 18 |
+
pip install keras
|
| 19 |
+
pip install tensorflow
|
| 20 |
+
pip install matplotlib
|