diff --git a/readme.md b/readme.md index 2fa9925..9729090 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,7 @@ Please install via git clone. This helps keep the dataset downloading scripts. ```bash git clone git@github.com:thunlp/OpenPrompt.git cd OpenPrompt +pip install -r requirements.txt python setup.py install ``` @@ -37,4 +38,4 @@ bash scripts/run_pilot.sh ``` The possible arguments in the scripts are in the comment of the scripts. -Please choose the combination according to your need. \ No newline at end of file +Please choose the combination according to your need.