Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bl0 committed Nov 25, 2018
1 parent 3e37b2d commit 488453e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Code for CVPR 2018 Paper ["HashGAN: Deep Learning to Hash with Pair Conditional
- Python3, NumPy, TensorFlow-gpu, SciPy, Matplotlib, OpenCV, easydict, yacs, tqdm
- A recent NVIDIA GPU

We provide a `environment.yaml` for you and you can simplely use `conda env create -f environment.yml` to create the environment
We provide a `environment.yaml` for you and you can simplely use `conda env create -f environment.yml` to create the environment.

Or you can create the environment from scratch:
```bash
conda create --no-default-packages -n HashGAN python=3.6 && source activate HashGAN
conda install -y numpy scipy matplotlib tensorflow-gpu opencv
Expand Down

0 comments on commit 488453e

Please sign in to comment.