Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belsabbagh/grid-sim-container
https://github.com/belsabbagh/grid-sim-container
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/belsabbagh/grid-sim-container
- Owner: belsabbagh
- Created: 2024-04-02T20:28:51.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T09:22:08.000Z (3 months ago)
- Last Synced: 2024-08-24T10:34:34.691Z (3 months ago)
- Language: Dockerfile
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.