雷大的Python投資筆記
CtrlK
HomeBlogOnline Courses
  • Welcome !
  • About Me
  • 🗒️basic
    • 安裝與建立開發環境 (Python Installation and Develop Environment)
      • Google Colab
      • Visual Studio Code + Python
      • Anaonda
    • 基本語法(Basic Syntax)
      • 變數(Variables)
      • 基本四則運算(+-*/)
      • 條件式判斷(if-elif-else)
      • 迴圈(for-loop, while-loop)
    • 資料結構
      • List, Tuple
      • Dictionary
  • 套件管理
    • pip
    • 引入套件
Powered by GitBook
On this page
  • 查看已安裝套件列表
  • 透過pip安裝套件
  1. 套件管理

pip

查看已安裝套件列表

透過pip安裝套件

PreviousDictionaryNext引入套件

Last updated 2 years ago