Skip to content

Commit

Permalink
Merge pull request #27 from jcohenadad/ad/download-procedure
Browse files Browse the repository at this point in the history
Update download procedure
  • Loading branch information
po09i committed Jan 14, 2022
2 parents 3a157f7 + 8525f11 commit 8926066
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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:

Expand Down

0 comments on commit 8926066

Please sign in to comment.