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 git@github.com: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.pyfile, run it simplypython3 app.py
-
If your project contains a jupyter notebook, then you need to run jupyter first
jupyter notebook