From d85fe16545e95b8e2eb33159f80293f9cdf6225c Mon Sep 17 00:00:00 2001 From: Brandon Forys Date: Wed, 18 Aug 2021 13:01:11 -0700 Subject: [PATCH] Added info about install location --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df15e8e..face7fe 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ 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). 3. Clone this git repository: `git clone https://github.com/bf777/MesoNet.git` -4. Enter the git repository folder using `cd mesonet`, then run `python setup.py install` to install additional +* 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 dependencies for MesoNet (installation via pip coming soon!) ## Usage