From a5247476665732f62bbc15c9299784286eaab763 Mon Sep 17 00:00:00 2001 From: KleinYuan Date: Mon, 6 Feb 2023 16:47:59 -0800 Subject: [PATCH] add to readme --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index cc03951..9a9f775 100755 --- a/README.rst +++ b/README.rst @@ -84,6 +84,10 @@ Make sure `conda `_ 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 -------------------------------------