/pypeds

A Python pedestrian simulation simulation library

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pypeds

A Python pedestrian simulation simulation library (for Java version please checkout https://github.com/my-HenryS/multi-agent-simulation)

Installation

Minimum install (with tkinter gui)

  1. git clone https://github.com/my-HenryS/pypeds.git
  2. look up documentations & try examples in example.py

  3. start your simulation

Full install

  1. Install Qt5

    Aceept license and download on https://www.qt.io/

  2. Install PyQt5

    pip3 install pyqt5
    
  3. git clone https://github.com/my-HenryS/pypeds.git