mirror of https://github.com/explosion/spaCy.git
move bootstrap script to gist
This commit is contained in:
parent
c12d3dd200
commit
8f870854c4
|
@ -60,7 +60,7 @@ mixin Option(name, open)
|
|||
| compile a local Python install. Run:
|
||||
|
||||
pre.language-bash: code
|
||||
| $ curl https://raw.githubusercontent.com/honnibal/spaCy/master/bootstrap_python_env.sh | bash && source .env/bin/activate
|
||||
| $ curl https://gist.githubusercontent.com/henningpeters/e0c89c0d640b575ce0fb/raw/63c5b8def46629359465816902181d5708dd582b/bootstrap_python_env.sh | bash && source .env/bin/activate
|
||||
|
||||
|
||||
+Option("Compile from source", false)
|
||||
|
|
Loading…
Reference in New Issue