Skip to content

Agent-based traffic simulator. (mirror from https://gitlab.com/eduardomezencio/tsim)

License

Notifications You must be signed in to change notification settings

eduardomezencio/tsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsim

Agent-based traffic simulator in python.

tsim

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]