From b9539b05a0bd913f5a649e41ba0422be21096107 Mon Sep 17 00:00:00 2001 From: Pavan Mandava Date: Sun, 20 Nov 2022 23:10:44 +0100 Subject: [PATCH] Typo fixed (missing -r flag) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cac36ec..d13da7e 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ After following the environment setup steps in the previous [section](#environme Change directory to `prompt-learning` and install the requirements. Make sure the correct prompt-learning `conda` environment is activated before installing the requirements. ```shell cd prompt-learning -pip install - requirements.txt +pip install -r requirements.txt ``` ### Train the prompt model