peter-wang321 commited on
Commit
2f21db7
·
1 Parent(s): 9157432

Update README

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -33,7 +33,9 @@ pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 torchaudio==0.13.0 --e
33
  ```
34
  git clone https://github.com/pwang322/DLF.git
35
  ```
 
36
  ```
 
37
  pip install requirements.txt
38
  ```
39
 
 
33
  ```
34
  git clone https://github.com/pwang322/DLF.git
35
  ```
36
+ - Install the necessary packages.
37
  ```
38
+ cd DLF
39
  pip install requirements.txt
40
  ```
41