项目作者: eduardomezencio

项目描述 :
Agent-based traffic simulator. (mirror from https://gitlab.com/eduardomezencio/tsim)
高级语言: Python
项目地址: git://github.com/eduardomezencio/tsim.git
创建时间: 2020-07-24T02:27:41Z
项目社区:https://github.com/eduardomezencio/tsim

开源协议:MIT License

下载


tsim

Agent-based traffic simulator in python.

tsim

Setup development environment

  • Create virtual environment, e.g.:

    1. python -m venv .venv
  • Activate virtual environment:

    1. . .venv/bin/activate
  • Install with dev dependencies:

    1. pip install -e .[dev]