Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 394 Bytes

Projet IA 41, finding a delivery route

Description

The user can enter a list of addresses and the program will find the shortest route to visit all the addresses. The project will use OSMNX to get the graph of the city and the addresses.

Installation

To install the project, you need to install the requirements with the following command:

pip install -r requirements.txt