diff --git a/README.md b/README.md index 2a5de86..2005319 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ To install as a package: pip install ojd-daps-skills ``` +Note: If you are using a conda environment you may need to do `conda install scipy` before pip installing this library. + To extract skills from a job advert: ``` diff --git a/docs/home.md b/docs/home.md index eeeaca3..0d154ae 100644 --- a/docs/home.md +++ b/docs/home.md @@ -26,9 +26,7 @@ You can use pip to install the library: `pip install ojd-daps-skills` -You will also need to install spaCy’s English language model: - -`python -m spacy download en_core_web_sm` +Note: If you are using a conda environment you may need to do `conda install scipy` before pip installing this library. Note that this package was developed on MacOS and tested on Ubuntu. Changes have been made to be compatible on a Windows system but are not tested and cannot be guaranteed.