mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
Merge branch 'master' of github.com:spacy-io/spaCy
This commit is contained in:
commit
0bb05ec7e1
|
@ -79,12 +79,11 @@ mixin Option(name, open)
|
||||||
| $ git clone https://github.com/honnibal/spaCy.git
|
| $ git clone https://github.com/honnibal/spaCy.git
|
||||||
| $ cd spaCy
|
| $ cd spaCy
|
||||||
| $ virtualenv .env && source .env/bin/activate
|
| $ virtualenv .env && source .env/bin/activate
|
||||||
| $ export PYTHONPATH=`pwd`
|
|
||||||
| $ pip install -r requirements.txt
|
| $ pip install -r requirements.txt
|
||||||
| $ python setup.py build_ext --inplace
|
| $ pip install -e .
|
||||||
| $ python -m spacy.en.download
|
| $ python -m spacy.en.download
|
||||||
| $ pip install pytest
|
| $ pip install pytest
|
||||||
| $ py.test spacy/tests/
|
| $ python -m pytest spacy
|
||||||
|
|
||||||
p
|
p
|
||||||
| Python packaging is awkward at the best of times, and it's particularly tricky
|
| Python packaging is awkward at the best of times, and it's particularly tricky
|
||||||
|
|
Loading…
Reference in New Issue
Block a user