From 6be7c0eb680e7efd0081e6a72d0385cb65115792 Mon Sep 17 00:00:00 2001 From: jonas Date: Mon, 16 Aug 2021 20:01:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anleitung ergänzt --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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