463465810cz commited on
Commit
f263e76
·
1 Parent(s): 615a32d

ICCV 2023

Browse files

Former-commit-id: d506b9426d93beaa5eb90d050a036e90c65927b1

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@
28
  ```bash
29
  # Clone the github repo and go to the default directory 'DAT'.
30
  git clone https://github.com/zhengchen1999/DAT.git
31
- conda create -n DAT python=3.9
32
  conda activate DAT
33
  pip install -r requirements.txt
34
  python setup.py develop
 
28
  ```bash
29
  # Clone the github repo and go to the default directory 'DAT'.
30
  git clone https://github.com/zhengchen1999/DAT.git
31
+ conda create -n DAT python=3.8
32
  conda activate DAT
33
  pip install -r requirements.txt
34
  python setup.py develop