- Installation
- Usage
-
Install
pip
andpython3.8
or greater -
Create virtual environment
$ python3 -m venv venv
-
Activate virtual environment
$ source venv/bin/activate
$ venv/scripts/activate
-
Install Dependencies
$ pip3 install -r requirements.txt
To run the application, complete the following steps:
-
Running the code via a Jupyter Notebook:
$ jupyter trust osm-analysis.ipynb $ jupyter notebook osm-analysis.ipynb