|
|
# Setup Configurations
|
|
|
|
|
|
This system works on python 3.6, with that said, when you run it please check if the version you're running is the 3.6 (you can do it by running the command `which python` in a terminal console.
|
|
|
|
|
|
# Setup Environment
|
|
|
|
|
|
Follow the guide in [Setting Environment](setting environment) page.
|
|
|
|
|
|
# Run Simulation
|
|
|
|
|
|
After configuring the environment you can run the simulation in a terminal at the root of the project directory with this command:
|
|
|
|
|
|
>`python3 start_simulation.py` |