deepbeepmeep commited on
Commit
20fdfdd
·
unverified ·
1 Parent(s): 56db35c

Clarified step 0

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -61,8 +61,11 @@ This app has been tested on Python 3.10 / 2.6.0 / Cuda 12.4.\
61
 
62
 
63
  ```shell
64
- # 0 Create a Python 3.10.9 environment or a venv using python
65
- conda create -name Wan2GP python==3.10.9 #if you have conda
 
 
 
66
 
67
  # 1 Install pytorch 2.6.0
68
  pip install torch==2.6.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124
 
61
 
62
 
63
  ```shell
64
+ # 0 Download the source and create a Python 3.10.9 environment using conda or create a venv using python
65
+ git clone https://github.com/deepbeepmeep/Wan2GP.git
66
+ cd Wan2GP
67
+ conda create -n wan2gp python=3.10.9
68
+ conda activate wan2gp
69
 
70
  # 1 Install pytorch 2.6.0
71
  pip install torch==2.6.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu124