„README.md“ ändern

Anleitung ergänzt
This commit is contained in:
2021-08-16 20:01:07 +00:00
parent 8b49606392
commit 6be7c0eb68

View File

@@ -1,14 +1,20 @@
# birdscrape # birdscrape
![Homeassistant Banner](Blaukehlchen.jpg) ![Homeassistant Banner](Blaukehlchen.jpg)
#### Create virtualenv ## Nutzung
### Repo Clonen
```sh
git clone https://git.susa.pw/jonas/birdscrape.git
```
### Virtualenv anlegen und aktivieren
```sh ```sh
python3 -m venv .env python3 -m venv .env
source .env/bin/actiavate source .env/bin/actiavate
``` ```
#### Install requirements ### Abhängigkeiten installieren
`pip install wget requests beautifulsoup4` `pip install wget requests beautifulsoup4`
#### Download all images ### Herunterladen der Illustrationen
`python birdscrape.py` `python birdscrape.py`