Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/belsabbagh/grid-sim-container


https://github.com/belsabbagh/grid-sim-container

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Energy Trading Simulator

## Getting Started

### Prerequisites

You will find the prerequisites in the requirements.txt file inside `grid-simulator` folder. Set up your python environment with the required packages.

The dependencies for the UI are defined in `grid-sim-ui-client/package.json`. The run script already handles installing those.

### Running the simulator

To run the simulator, you need to run the following command:

```bash
python run.py
```

## Development

If you don't want to have to build the ui, run the following command:

```bash
python dev.py
```

## Docker

It is not working yet.