diff --git a/README.md b/README.md index 82c3937..b5df78e 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,14 @@ Wait for Binder to finish building the environment (can take 5-10 minutes), then #### 1) You will need to [install miniconda](https://docs.conda.io/en/latest/miniconda.html) in order to set-up your python environment. -#### 2) Clone this GitHub repository on your computer: +#### 2) Clone this GitHub repository on your computer and select the latest release: ```bash git clone https://github.com/jcohenadad/GBM8378.git cd GBM8378 +git checkout r20220114 ``` - For Windows user, you might need to [install git](https://git-scm.com/downloads) prior to clone the repository. -- If git clone is not working, you can download the zipped version of the repository and unzip it locally on your computer. +- If git clone is not working, you can download the most [recent release](https://github.com/jcohenadad/GBM8378/releases) of the repository on your computer. #### 3) Once miniconda is installed and the repository is cloned, run the following commands in order to create your virtual environment and start the jupyter notebook: