Generates routing xml based on closest match for vechile-routing-software.
This work is initally done to provide a better method to build the ingestion file for the Vehicle Routing Open-source Optimization Machine which can be found at https://github.com/VROOM-Project/vroom.
You can find the installation documentation for the Jupyter platform, on ReadTheDocs. The documentation for advanced usage of Jupyter notebook can be found here.
For a local installation, make sure you have pip installed and run:
$ pip install notebook
Launch with:
$ jupyter notebook
You need some configuration before starting Jupyter notebook remotely. See Running a notebook server.
Python 3+, python-pip, virtualenv
Create a virtualenv, and activate this:
$ virtualenv env
$ source env/bin/activate
After, install all necessary to run:
$ pip install -r requirements.txt
Than, run the application:
$ python run.py
To see your application, access this url in your browser:
http://localhost:5000