Update README.md
This commit is contained in:
parent
77903516b3
commit
5cd192db51
12
README.md
12
README.md
|
@ -1,11 +1,9 @@
|
||||||
# NLP Lab on text classification
|
# NLP Lab on text classification
|
||||||
|
|
||||||
to start :
|
to start :
|
||||||
|
|
||||||
* create a virtual environment
|
* clone the code: ```git clone git@github.com:Rouen-NLP/nlp-text-classification-mygithub.git```
|
||||||
> virtualenv -p python3 nlp-env
|
* create a virtual environment: ```virtualenv -p python3 nlp-env```
|
||||||
* activate the virtual env
|
* activate the virtual env: ```source nlp-env/bin/actiate```
|
||||||
> source/nlp-env/bin/actiate
|
* install the required packages: ```pip install -r requirements.txt```
|
||||||
* install the required packages
|
|
||||||
> pip install -r requirements.txt
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user