Skip to content

Commit

Permalink
Updated README.md with setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreAdemollo authored Apr 22, 2024
1 parent e143b21 commit 99f55d7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ A less up-to-date but fully functional and documented fortran version is also av
https://github.com/pielube/MESS-Fortran

## Quick start
- Download Anaconda from https://www.anaconda.com/download: recommended to handle virtual environments and package versions.

- From Anaconda Prompt, choose folder and clone repository
git clone https://github.com/pielube/MESSpy.git
cd MESSpy/env
conda env create -f MES.yaml
conda activate MES
- Authors usually use Spyder as IDE, so:
conda install spyder
spyder

- You can run examples now. Three examples analysis are available:
Download Anaconda from https://www.anaconda.com/download: recommended to handle virtual environments and package versions.

From Anaconda Prompt, choose folder and clone repository
- git clone https://github.com/pielube/MESSpy.git
- cd MESSpy/env
- conda env create -f MES.yaml
- conda activate MES
Authors usually use Spyder as IDE, so:
- conda install spyder
- spyder

You can run examples now. Three examples analysis are available:
- "run_test_1" A small energy community composed by two consumers and one prosumer with PV and battery. A sensisivety analysi is also carried out.
- "run_test_2" A residential building replaces the gas boiler with a heat pump
- "run_test_3" Supercool hydrogen things
Expand Down

0 comments on commit 99f55d7

Please sign in to comment.