Update README.md

This commit is contained in:
jtoy
2017-05-24 08:27:32 -07:00
committed by GitHub
parent f0312ccba0
commit 5ffd51cc0e

View File

@ -16,7 +16,7 @@ $ cd pytorch-tutorial/tutorials/09\ -\ Image\ Captioning
#### 2. Download the dataset
```bash
$ pip install -r requirements
$ pip install -r requirements.txt
$ chmod +x download.sh
$ ./download.sh
```