mirror of https://github.com/explosion/spaCy.git
get rid of pip-clear.py
This commit is contained in:
parent
37a7020904
commit
85f94fd314
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
"build": {
|
||||
"sdist": [
|
||||
"python pip-clear.py",
|
||||
"pip install -r requirements.txt",
|
||||
"python setup.py sdist"
|
||||
],
|
||||
"install": [
|
||||
"python pip-clear.py",
|
||||
"pip install source.tar.gz",
|
||||
"python -m spacy.en.download --force"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue