summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjunyanz <junyanz@berkeley.edu>2017-04-20 03:44:34 -0700
committerjunyanz <junyanz@berkeley.edu>2017-04-20 03:44:34 -0700
commitad2e54efab73563e92a23605dc7338ec1d2c4de6 (patch)
treeb5ebf6b43a83e854c1b6faa781f7eda2a1053401 /README.md
parent443bc13554769d6a18eefdbac779cf385fb6dbb3 (diff)
make visdom default
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd79db9..8af6cc0 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,11 @@ In CVPR 2017.
## Getting Started
### Installation
- Install PyTorch and dependencies from http://pytorch.org/
-- Install python libraries [dominate](https://github.com/Knio/dominate) and [visdom](https://github.com/facebookresearch/visdom) (optional).
+- Install python libraries [visdom](https://github.com/facebookresearch/visdom) and [dominate](https://github.com/Knio/dominate).
+```bash
+pip install visdom
+pip install dominate
+```
- Clone this repo:
```bash
git clone https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix