Lgt2x / PPC-Projet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPC-Projet : Energy market simulation

by Antoine Merle & Louis Gombert, January 2021

Installation guide

  1. Install the requirements (use virtualenv)
pip install -r requirements.txt
  1. Then, launch the server :
cd market_simulation
python server.py config.json
  1. Run the client
python client.py

You can edit some simulation parameters by changing the server config json file.

Check the pylint compliance with pylint market_simulation

Format using black before pushing : black market_simulation

About

License:MIT License


Languages

Language:Python 100.0%