From 5ffd51cc0e8f796b3149b5a183ece8b65831b013 Mon Sep 17 00:00:00 2001 From: jtoy Date: Wed, 24 May 2017 08:27:32 -0700 Subject: [PATCH] Update README.md --- tutorials/09 - Image Captioning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/09 - Image Captioning/README.md b/tutorials/09 - Image Captioning/README.md index dc594a9..1f491e6 100644 --- a/tutorials/09 - Image Captioning/README.md +++ b/tutorials/09 - Image Captioning/README.md @@ -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 ```