From ea9e27222668ddc08ecbef6a5a35cd541ffdb869 Mon Sep 17 00:00:00 2001 From: jonoc Date: Fri, 2 Jun 2023 11:11:01 +1000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cd7661..6dc0969 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Using the [Anaconda distribution](https://www.anaconda.com/products/individual) ### Installation 1. Install Git (if you don't already have it) for windows from the following link https://git-scm.com/download/win -2. Clone this repo onto your PC: `git clone http://git.wrl.unsw.edu.au:3000/jonoc/CoastsnapAuto.git` +2. Clone this repo onto your PC: `git clone https://git.wrl.unsw.edu.au/jonoc/CoastsnapAuto.git' 3. Change your working directory into the repo: `cd CoastsnapAuto` 4. Update or create a new conda environment called "coastsnap" with the required dependencies. This is (almost) the same environment as for the Leaman CoastSnap Toolbox, so you may already have it. If you're not sure, run: `conda info --envs` and look for "coastsnap". If you already have the environment, run: `conda env update --name coastsnap --file environment.yml` to update it. Otherwise, create the environment by runnning: `conda env create -f environment.yml`.