Update README.md

This commit is contained in:
Kermorvant 2023-01-04 11:06:29 +01:00 committed by GitHub
parent 77903516b3
commit 5cd192db51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,9 @@
# NLP Lab on text classification
to start :
to start :
* create a virtual environment
> virtualenv -p python3 nlp-env
* activate the virtual env
> source/nlp-env/bin/actiate
* install the required packages
> pip install -r requirements.txt
* clone the code: ```git clone git@github.com:Rouen-NLP/nlp-text-classification-mygithub.git```
* create a virtual environment: ```virtualenv -p python3 nlp-env```
* activate the virtual env: ```source nlp-env/bin/actiate```
* install the required packages: ```pip install -r requirements.txt```