Update requirement.txt location in INSTALL.md

Previously, it was hard to find the requirements.txt file
pull/414/head
Namgyu Ho 2021-02-23 14:50:16 +09:00 committed by GitHub
parent c4412d367f
commit 527b09c696
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