Update README.md

This commit is contained in:
Kermorvant 2024-01-11 10:33:03 +01:00 committed by GitHub
parent 0ead8499e8
commit f4b7e903b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
to start : 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``` * create a virtual environment: ```virtualenv -p python3 nlp-env```
* activate the virtual env: ```source nlp-env/bin/activate``` * activate the virtual env: ```source nlp-env/bin/activate```
* install the required packages: ```pip install -r requirements.txt``` * install the required packages: ```pip install -r requirements.txt```