Docs
Quick Start
The source code is available under GitHub.
Prerequisites
OpenLapSim requires the following:
- Python >= 3.6
- Libraries: see list in OpenLapSim/requirements.txt
Instructions
For Linux:
- Install prerequisites.
- Clone the git repo in your local machine.
git clone https://github.com/dstrassera/OpenLapSim.git
- Move into the OpenLapSim/src directory.
cd OpenLapSim/src
- Run the default simulation.
python3 RunOpenLapSim.py
For Windows:
- Install Anaconda, which contains Python, libraries and IDEs.
- Downlaod OpenLapSim from GitHub repository.
- Start Anaconda and your preferred IDE (Spyder).
- Run “RunOpenLapSim.py”, for the default simulation.
Documentation
You can find more details on how the software works and the software guide in the documentation: