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 ```