From f6b0aa9da658727b954db58cf2c28fd0db533de8 Mon Sep 17 00:00:00 2001 From: Laksitha Ranasingha Date: Wed, 23 Feb 2022 09:20:34 +0000 Subject: [PATCH] Issue #7 - Added missing `-r` flag on pip command Especially for new learners, this could be easily missed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42b5fa3..7ee6ca6 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ the same process of training and prediction. To train a deep learning model, say Seq2SeqSummarizer, run the following commands: ```bash -pip install requirements.txt +pip install -r requirements.txt cd demo python seq2seq_train.py