mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Fix quickstart instructions
This commit is contained in:
parent
11ed65b93c
commit
5458f220f8
|
@ -34,8 +34,9 @@ there. I'll have a better solution shortly, probably using Github Releases.
|
|||
$ wget https://devpi.net/root/pypi/+f/4e8/d81919a7876fe/spacy-0.33.tar.gz
|
||||
$ tar -xzf spacy-0.33.tar.gz
|
||||
$ cp -r spacy-0.33/spacy/en/data spacy/en/data
|
||||
$ fab make
|
||||
$ python -m spacy.en.download
|
||||
$ fab make test
|
||||
$ fab test
|
||||
|
||||
Python packaging is awkward at the best of times, and it's particularly tricky
|
||||
with C extensions, built via Cython, requiring large data files. So, please
|
||||
|
|
Loading…
Reference in New Issue
Block a user