📝 update README
Co-authored-by: haraldnilsen <harald_998@hotmail.com> Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
ab369f258c
commit
2fd2047a73
1 changed files with 4 additions and 2 deletions
|
@ -14,5 +14,7 @@ This webscraper will retrieve questions and answers, as well as the category ass
|
||||||
|
|
||||||
## 🛠️ How to run locally
|
## 🛠️ 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`
|
||||||
|
|
Reference in a new issue