From 96a3f5b53527abf11b73d0fb92c7f494dd603ac1 Mon Sep 17 00:00:00 2001 From: Tristan Wang <80198655+TristanWH@users.noreply.github.com> Date: Sun, 16 Apr 2023 12:19:12 -0400 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.