diff --git a/README.md b/README.md index 8c39a13..c5a2c54 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,13 @@ The MVB fork is still in active development so bugs and errors should be expecte ## Installation +You must be on Linux to install. + ```shell $ cd deep-person-reid/ # yet to be updated... -$ pip install -r requirements.txt +$ pip install -r requirements.txt # with pip +$ conda create -f environment.yml # with conda $ python setup.py develop ``` diff --git a/environment.yml b/environment.yml index d8d3579..966341f 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: torchreid +name: mvbreid dependencies: - python=3.7 - numpy @@ -7,3 +7,7 @@ dependencies: - Pillow - six - scipy +- pip +- gcc_linux-64 +- pip: + - comet_ml \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 8f50401..54cb5a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ h5py Pillow six scipy +comet_ml \ No newline at end of file