All scripts were tested using Python 3.7.1 on a 64 bit system. ortools library, which is one of project dependencies, at the moment works only with 64 bit Python installation. Furthermore, on Windows it might require latest supported Visual C++ redistributable packages x64.
At first, install pipenv package: https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv and run following command in project directory
pipenv install
Scripts can be ran in terminal:
python vrp.py --help
Available parameters as environment variables:
- APP_KEY - application key for Google API
make run-tests
Combination of mypy and typehints.
make run-mypy