Project developed during Complex Networks envolving navigation through cities and countries.
After cloning the repository, run the following commands:
cd complex-networks-navigation
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
and you are all set.
Run deactivate
when finished.