1,升級pip
python3 -m pip install --upgrade pip
2,安裝依賴包
pip install --user numpy scipy jupyter pandas sympy nose
pip install bs4
pip install pyalgotrade
畫圖程序包
pip install matplotlib
獲取美股程序包
pip install pandas-datareader
獲取A股程序包
pip install tushare --upgrade
獲取網頁程序包
pip install beautifulsoup4
機器學習程序包
pip install sklearn
深度學習
pip install tensorflow
tensorflow頂層封裝
pip install keras