-
Clone the Repository:
git clone https://github.com/Daniel-Saravia/fires_experiment.git cd try_fires
-
Create & Activate Virtual Environment:
python3 -m venv fires source fires/bin/activate # For Linux/macOS fires\Scripts\activate # For Windows
-
Install Dependencies:
pip install --upgrade pip pip install -r requirements.txt
-
Verify Installation:
pip list # Check installed packages
-
Run Web Scraper:
python start.py
-
Check Database:
sqlite3 data.db SELECT \* FROM events; .exit come back