You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,7 @@ You can use pip to install the library:
26
26
27
27
`pip install ojd-daps-skills`
28
28
29
-
You will also need to install spaCy’s English language model:
30
-
31
-
`python -m spacy download en_core_web_sm`
29
+
Note: If you are using a conda environment you may need to do `conda install scipy` before pip installing this library.
32
30
33
31
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.
0 commit comments