mirror of https://github.com/explosion/spaCy.git
Allow binary deps when building pex
This commit is contained in:
parent
fa617997de
commit
2d0c366101
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ dist/spacy.pex : spacy/*.py* spacy/*/*.py*
|
||||||
python3.6 -m venv env3.6
|
python3.6 -m venv env3.6
|
||||||
source env3.6/bin/activate
|
source env3.6/bin/activate
|
||||||
env3.6/bin/pip install wheel
|
env3.6/bin/pip install wheel
|
||||||
env3.6/bin/pip install -r requirements.txt --no-cache-dir --no-binary :all:
|
env3.6/bin/pip install -r requirements.txt
|
||||||
env3.6/bin/python setup.py build_ext --inplace
|
env3.6/bin/python setup.py build_ext --inplace
|
||||||
env3.6/bin/python setup.py sdist
|
env3.6/bin/python setup.py sdist
|
||||||
env3.6/bin/python setup.py bdist_wheel
|
env3.6/bin/python setup.py bdist_wheel
|
||||||
|
|
Loading…
Reference in New Issue