From 24b9216f12501fb12b1f9021a5ac4bc694ea731a Mon Sep 17 00:00:00 2001 From: Amale EL HAMRI <amale.elhamri@artefact.com> Date: Thu, 18 Feb 2021 11:10:32 +0100 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fffd081..5d000c9 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,14 @@ Cannot find what you were looking for? Feel free to open an [issue]((https://git This package has been tested on Python **3.6**, **3.7** and **3.8**. +We strongly advise you to do the remaining steps in a virtual environnement. + To install this library you just have to run the following command: ```bash pip install nlpretext ``` -We strongly advise you to do the remaining steps in a virtual environnement. This library uses Spacy as tokenizer. Current models supported are `en_core_web_sm` and `fr_core_news_sm`. If not installed, run the following commands: