python -m venv website #建立網站 cd website\Script #切換到Script來 activate #啟動虛擬環境 pip install -r requirements.txt #根據此網站 ...
確定! 回上一頁