add to readme
parent
a315c44ab7
commit
a524747666
|
@ -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)
|
# install torchreid (don't need to re-build it if you modify the source code)
|
||||||
python setup.py develop
|
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
|
Get started: 30 seconds to Torchreid
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue