Installation of the Python module
- Open up a terminal
- Clone the repository of the source code
git clone https://github.com/piciakk/OpenBubi
- Go to the source code's directory
cd OpenBubi
- Install the requirements
- Manually
pip install requests geopy
- Automatically
pip install -r requirements.txt