Skip to content

ksakazaki/rnet

Repository files navigation

RNet

Package for modeling road networks.

Installation

To install the development version, do:

$ git clone https://github.com/ksakazaki/rnet.git
$ cd rnet
$ pip install -r requirements.txt
$ pip install -e .

Follow the instructions here to work in a Python virtual environment.

The recommended way for importing RNet is:

>>> import rnet as rn

Releases

No releases published

Languages