From f67b1a2126ab1461975eefa0bd61b17cc4899f7a Mon Sep 17 00:00:00 2001 From: Neslihan Wittek <34006979+neslihanedes@users.noreply.github.com> Date: Thu, 9 Jun 2022 12:28:03 +0200 Subject: [PATCH] Fix direct link to conda.yaml file The link was using http protocol. But since GitHub is served over https following links to mixed content might be blocked by browsers, therefore not allowing to directly downloading the file. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 399e37d9c0..1c52d827df 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -29,7 +29,7 @@ DeepLabCut can be run on Windows, Linux, or MacOS (see also [technical considera ### Step 2: please use our supplied Anaconda environment -- **Click [HERE](http://www.mackenziemathislab.org/s/DEEPLABCUT.yaml) to download the conda file!** +- **Click [HERE](https://www.mackenziemathislab.org/s/DEEPLABCUT.yaml) to download the conda file!** (or you can grab from github: git clone this repo (in the terminal/cmd program, while **in a folder** you wish to place DeepLabCut To git clone type: ``git clone https://github.com/DeepLabCut/DeepLabCut.git``). Note, this can be anywhere, even downloads is fine)