update requirements.txt location

pull/418/head
Xingyu Liao 2021-02-23 19:05:24 +08:00 committed by GitHub
commit 2f1836825c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
conda create -n fastreid python=3.7
conda activate fastreid
conda install pytorch==1.6.0 torchvision tensorboard -c pytorch
pip install -r requirements
pip install -r docs/requirements.txt
```
# Set up with Dockder