move bootstrap script to gist

This commit is contained in:
Henning Peters 2016-03-14 11:32:20 +01:00
parent c12d3dd200
commit 8f870854c4
1 changed files with 1 additions and 1 deletions

View File

@ -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)