# 創建項目目錄mkdir helloworld cd helloworld # 創建虛擬環境python -m virtualenv venv # 激活虛擬環境venv\Scripts\activate # 安裝環境包pip install ...
確定! 回上一頁