Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.13 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.13 KB

rowo_oekostrom_recherche

PyPI - Version PyPI - Python Version


Table of Contents

Installation

# 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
python3 -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
python3 src/rowo_oekostrom_recherche/combine.py

# The status is saved under scraped_data/combine_selections.csv

Usage

cd <folder of installation>
source .venv/bin/activate
python src/rowo_oekostrom_recherche/combine.py

License

rowo-oekostrom-recherche is distributed under the terms of the MIT license.