From b51c9c4f44bc0c8c088eb1c7912c3a1f4e95385f Mon Sep 17 00:00:00 2001 From: Kermorvant Date: Wed, 4 Jan 2023 11:18:05 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39ba2fd..b5fefd4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ to start : * 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``` +* activate the virtual env: ```source nlp-env/bin/activate``` * install the required packages: ```pip install -r requirements.txt``` +* register the virtualenv with jupyter: ``` python -m ipykernel install --name=nlp-env ``` +* run jupyter: ```jupyter notenook``` +* run the notebook and change the kernel to nlp-env +* start coding