Skip to content

Commit

Permalink
Add info about conda install needing scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgzil committed Oct 31, 2024
1 parent 132981c commit 13d471f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down
4 changes: 1 addition & 3 deletions docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 13d471f

Please sign in to comment.