Starting the simulation
Using the pipenv you can just initiate the enviroment and use the start_simulation.py
file to run the project. To do so you must have:
- Downloaded or cloned the project
- Completely set up pipenv on your machine. View Setting enviroment
Terminal
Inside the project folder you must type
pipenv shell
- The command will prompt you inside the shell of pipenv allowing you to use the modules installed in it
The shell name appeared on the left side of the path to the project. Use the following command
python start_simulation.py
- The commando will run the simulation
Now the simulation is up and running on your machine
PyCharm
- Opening the project folder you should see the
start_simulation.py
file - Open the file
- Right click any place inside the file
- Select
Run 'start_simulation
option
Or
- Use the shortcut
ctrl+shif+f10
Now the simulation is up and running on your machine