From 8f870854c4160ecf66053e2abd95be06b68c6884 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Mon, 14 Mar 2016 11:32:20 +0100 Subject: [PATCH] move bootstrap script to gist --- website/src/jade/home/_installation.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)