# Notes:Miniconda and Run the Project ```cmd= # Step 1 使用 git 下載專案 git clone <project_url> # 先安裝 miniconda,打開 miniconda 的 prompt # 切到 project 的檔案路徑下面 # Step 2 使用 miniconda 建立虛擬 python 環境 conda create --name <name> python=3.7 conda activate <name> # 路徑切進去目標 git 資料夾 # Step 3 安裝套件 pip3 install -r requirements.txt ``` ###### tags: `notes` `git` `python` `website` `withhhsong`
×
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