Implementation of a distributed auction consensus simulation in Simpy.
# create the venv environment
python3 -m venv venv
# access the venv
source venv/bin/activate
# install the packets
pip install -r requirements.txt
# leave the virtual environment
deactivate
- Create an example of how to implement a distributed simulation using Simpy