diff --git a/website/src/jade/home/_installation.jade b/website/src/jade/home/_installation.jade index 2a1ae9498..5c4a2634d 100644 --- a/website/src/jade/home/_installation.jade +++ b/website/src/jade/home/_installation.jade @@ -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)