diff --git a/README.md b/README.md index b4d8e4c..39ba2fd 100644 --- a/README.md +++ b/README.md @@ -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```