From c074f983bc8994704e90ca54dc77a322c0f142f8 Mon Sep 17 00:00:00 2001 From: chrisd Date: Thu, 23 Jun 2022 12:53:16 +1000 Subject: [PATCH] Update 'README.md' Fixed a pesky typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fb3bee..6c9102e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This package has only been tested on a Windows system. Using the [Anaconda distribution](https://www.anaconda.com/products/individual) of Python is recommended for easiest installation of the toolbox requirements. ### Installation -1. Clone this repo onto your PC: `git clone http://git.wrl.unsw.edu.au:3000/jonoc/coastsnap.git` +1. Clone this repo onto your PC: `git clone http://git.wrl.unsw.edu.au:3000/jonoc/CoastsnapAuto.git` 2. Change your working directory into the repo: `cd CoastsnapAuto` 3. Create a new conda environment called "coastsnap" with the required dependencies. This is 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". Otherwise, create the environment by runnning: `conda env create -f environment.yml`