GitHub license

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:

  1. Install prerequisites.
  2. Clone the git repo in your local machine.
    git clone https://github.com/dstrassera/OpenLapSim.git
    
  3. Move into the OpenLapSim/src directory.
    cd OpenLapSim/src
    
  4. Run the default simulation.
    python3 RunOpenLapSim.py
    

For Windows:

  1. Install Anaconda, which contains Python, libraries and IDEs.
  2. Downlaod OpenLapSim from GitHub repository.
  3. Start Anaconda and your preferred IDE (Spyder).
  4. 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: