diff --git a/README.md b/README.md index 03ed99f..ccfd7b6 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ # birdscrape ![Homeassistant Banner](Blaukehlchen.jpg) -#### Create virtualenv +## Nutzung +### Repo Clonen +```sh +git clone https://git.susa.pw/jonas/birdscrape.git +``` + +### Virtualenv anlegen und aktivieren ```sh python3 -m venv .env source .env/bin/actiavate ``` -#### Install requirements +### Abhängigkeiten installieren `pip install wget requests beautifulsoup4` -#### Download all images +### Herunterladen der Illustrationen `python birdscrape.py` \ No newline at end of file