# Windows 安裝 pip 1. 安裝 Python 2. 打開命令提示字元 WIN + S 輸入 cmd 3. 於終端機中輸入 ``` curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py ``` 4. 安裝 get-pip.py ``` python get-pip.py ``` 5. 安裝軟體指令: ``` python -m pip install [想要安裝的軟體名稱] ``` 6. 升級 pip ``` python -m pip install -U pip ``` [參考網站](https://pip.pypa.io/en/latest/installing/) ###### tags: `win` `pip`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up