Skip to content

Commit

Permalink
Merge pull request #15 from iiasa/GregoryIreland-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
giacfalk authored Oct 17, 2023
2 parents fc7e623 + 0a1ece7 commit 8040780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Each models is developed in a specific programming language and has thus specifi

### For OnSSET:
- Have Python (version 3+) and the conda package manager installed on your local computer:
- If you do not have this, then download and install Anaconda for your operating system from here: https://www.anaconda.com/ (Many useful Jupyter Notebook tutorials are also available there if you are unfamiliar with Jupyter)
- Then open "Anaconda Prompt" and navigate to this repository and into the `onsset` folder, and run the following commands:
- Or, if you do not have this, then download and install Anaconda for your operating system from here: https://www.anaconda.com/ (Many useful Jupyter Notebook tutorials are also available there if you are unfamiliar with Jupyter)
- Then open "Anaconda Prompt" and navigate to where you cloned or downloaded the RE4AFAGRI repository using `cd <path to repository>` and then `cd` again and into the `onsset` folder with `cd onsset`, and then run the following commands:
- `conda env create --name gep_onsset_env --file gep_onsset_env.yml` (This might take a while and download 100+MB of Python packages)
- Then run the following commands:
- `conda activate gep_onsset_env`
Expand Down

0 comments on commit 8040780

Please sign in to comment.