add to readme

pull/535/head
KleinYuan 2023-02-06 16:47:59 -08:00
parent a315c44ab7
commit a524747666
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,10 @@ Make sure `conda <https://www.anaconda.com/distribution/>`_ is installed.
# install torchreid (don't need to re-build it if you modify the source code)
python setup.py develop
Another way to install is to run everything inside docker container:
- build: `make build-image`
- run: `make run`
Get started: 30 seconds to Torchreid
-------------------------------------