mirror of https://github.com/explosion/spaCy.git
Fix website deployment [ci skip]
This commit is contained in:
parent
26405710e0
commit
967d69ec50
|
@ -59,7 +59,7 @@
|
|||
"lint": "eslint **",
|
||||
"clear": "rm -rf .cache",
|
||||
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
|
||||
"python:install": "pip install setup/requirements.txt",
|
||||
"python:install": "pip install -r setup/requirements.txt",
|
||||
"python:setup": "cd setup && sh setup.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
3.7
|
Loading…
Reference in New Issue