AugmentedDesignLab / intgen

Road intersection generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntGen - A generator of a road intersection specification file.

Installation

$ pip install -r requirements.txt

$ pip install setup.py

Development

This project includes a number of helpers in the Makefile to streamline common development tasks.

Environment Setup

The following demonstrates setting up and working with a development environment (make sure that virtualenv is installed before starting. The pip command is given here):

### create a virtualenv for development

$ make virtualenv

$ source env/bin/activate (for linux)

$ cd env/Scripts/
$ activate (for windows)


### run intgen cli application

$ intgen --help

About

Road intersection generator

License:MIT License


Languages

Language:Python 95.6%Language:Makefile 2.2%Language:Dockerfile 1.8%Language:HTML 0.4%