项目作者: eduardomezencio
项目描述 :
Agent-based traffic simulator. (mirror from https://gitlab.com/eduardomezencio/tsim)
高级语言: Python
项目地址: git://github.com/eduardomezencio/tsim.git
tsim
Agent-based traffic simulator in python.

Setup development environment
Create virtual environment, e.g.:
python -m venv .venv
Activate virtual environment:
. .venv/bin/activate
Install with dev dependencies:
pip install -e .[dev]