From c8735e24bb6b49f00501d5552d45fde200469d48 Mon Sep 17 00:00:00 2001 From: Brandon Forys Date: Thu, 19 Aug 2021 12:47:13 -0700 Subject: [PATCH] Updated DEEPLABCUT environment instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0d5a4e..9d25775 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ as adapted in [zhixuhao](https://github.com/zhixuhao)'s [unet repository](https: 1. For DeepLabCut functionality (necessary for identifying brain atlas landmarks!), [install and set up a DeepLabCut environment](https://github.com/AlexEMG/DeepLabCut/blob/master/docs/installation.md). We recommend using their supplied Anaconda environments. -2. Activate the DeepLabCut environment (as described above, usually `activate DLC-GPU` on Windows or -`source activate DLC-GPU` on Linux/Mac - replace `DLC-GPU` with `DLC-CPU` if you installed the CPU version of DeepLabCut). +2. Activate the DeepLabCut environment (as described above, usually `activate DEEPLABCUT` on Windows or +`source activate DEEPLABCUT` on Linux/Mac. 3. Clone this git repository: `git clone https://github.com/bf777/MesoNet.git` * NOTE: If you are on Windows, please clone the repository to a location on `C://` as the git repository search function does not currently support other drives. 5. Enter the git repository folder using `cd mesonet`, then run `python setup.py install` to install additional