From 2fd2047a733e4fed54ffb1543375b9ddb2598751 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Mon, 8 Jan 2024 17:53:06 +0100 Subject: [PATCH] :memo: update README Co-authored-by: haraldnilsen Signed-off-by: Sindre Kjelsrud --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adc6306..af8aca8 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,7 @@ This webscraper will retrieve questions and answers, as well as the category ass ## 🛠️ How to run locally -``` -``` \ No newline at end of file +1. Create Python environment: `python -m venv venv` +2. Activate environment: `source venv/bin/activate` +3. Install requirements: `pip install -r requirements.txt` +4. Run ***main.py*** to get a csv.file: `python main.py`