mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
Fix fab install command
This commit is contained in:
parent
d322c0ae8b
commit
67cd2d42b0
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -56,6 +56,7 @@ def make():
|
|||
with virtualenv(VENV_DIR) as venv_local:
|
||||
venv_local('pip install cython')
|
||||
venv_local('pip install murmurhash')
|
||||
venv_local('pip install wheel')
|
||||
venv_local('pip install -r requirements.txt')
|
||||
venv_local('python setup.py build_ext --inplace')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user