From f4b7e903b927860a92dc7d8394475957b696e2c7 Mon Sep 17 00:00:00 2001 From: Kermorvant Date: Thu, 11 Jan 2024 10:33:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5fefd4..8dbe9d5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ to start : -* clone the code: ```git clone git@github.com:Rouen-NLP/nlp-text-classification-mygithub.git``` +* clone the code: ```git clone git@github.com:Rouen-NLP/nlp-lab-text-classification.git``` * create a virtual environment: ```virtualenv -p python3 nlp-env``` * activate the virtual env: ```source nlp-env/bin/activate``` * install the required packages: ```pip install -r requirements.txt```