| Overview | Download | Instalation | License | Contact |
A Python API to control and interact with SymuFlow. Please find more information in the documentation
SymuPy
is a python package to perform and deploy traffic simulations within the SymuVia ecosystem via python without much effort.
You can download the latest version in this link or clone this repository at
git clone https://github.com/licit-lab/symupy.git
There are two possibilities to install this package.
- To get the last stable release. You can install this package via
anaconda
:
conda install -c licit-lab symupy
Note: We recommend to use conda as a default environment for installation. An alternative version is also available via PyPI. But in this version the simulation platform symuflow is not distributed and it is required to be installed externally.
-
To retrieve the
edge
version with latest changes. You can install from the source code:pip install https://github.com/licit-lab/symupy/archive/master.zip
For more details check the documentation or this repository with examples:
This code is licensed via an MIT license
If you run into problems or bugs, please let us know by creating an issue in this repository.