Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eougenia committed May 31, 2024
1 parent 40f47ea commit f1b5919
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# TwinP2G

This is the repository for the TwinP2G energy optimization tool. TwinP2G provides optimization services for user customized energy networks with energy sector coupling, for example electricity, green hydrogen, natural gas, and synthetic methane.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Installation

To install the TwinP2G tool, clone the main branch of this repository:

```git clone https://github.com/epu-ntua/enershare-twinp2g```

### Conda Environment

A conda environment must be created and activated for the project:

```conda create --name twinp2g-env```

```conda activate twinp2g-env```

### Install Dependencies

To run properly, the requirements listed in the file ```requirements.txt``` of the repository must be installed:

```pip install -r requirements.txt```

## Running the TwinP2G tool

To use the TwinP2G tool, run the following command in your terminal:

```streamlit run inputs.py```

This command will launch the application, allowing you to interact with the TwinP2G tool via your web browser.

0 comments on commit f1b5919

Please sign in to comment.