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`