This project aims to show GIS Students how to configure and get insights from different websites across the world, without hussle.
-
First clone the project:
git clone [email protected]:ADORSYS-GIS/report-sscrap.git
-
Setup venv:
python3 -m venv venv # python for those who have only python on their machines
-
Activate the venv:
source venv/bin/activate
-
Install requirements
pip install -r requirements.txt
-
If your project contains an
app.py
file, run it simplypython3 app.py
-
If your project contains a jupyter notebook, then you need to run jupyter first
jupyter notebook