# clone repo
git clone https://github.com/CarliJoy/oekostrom-recherche.git
# go to the newly cloned folder
cd oekostrom-recherche
# create new python virtual environment
python -m venv .venv
# activate the python environment
source .venv/bin/activate
# install the requirements
pip install -r requirements.txt
# install the package
pip install -e .
# run the script
python src/rowo_oekostrom_recherche/combine.py
# The status is saved under scraped_data/combine_selections.csv
cd <folder of installation>
source .venv/bin/activate
python src/rowo_oekostrom_recherche/combine.py
rowo-oekostrom-recherche
is distributed under the terms of the MIT license.