Typo fixed (missing -r flag)

main
Pavan Mandava 3 years ago
parent 3f1a764459
commit b9539b05a0

@ -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. Change directory to `prompt-learning` and install the requirements. Make sure the correct prompt-learning `conda` environment is activated before installing the requirements.
```shell ```shell
cd prompt-learning cd prompt-learning
pip install - requirements.txt pip install -r requirements.txt
``` ```
### Train the prompt model ### Train the prompt model

Loading…
Cancel
Save