📝 update README

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-01-08 17:53:06 +01:00
parent ab369f258c
commit 2fd2047a73
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -14,5 +14,7 @@ This webscraper will retrieve questions and answers, as well as the category ass
## 🛠️ How to run locally
```
```
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`