„README.md“ ändern
Anleitung ergänzt
This commit is contained in:
12
README.md
12
README.md
@@ -1,14 +1,20 @@
|
||||
# birdscrape
|
||||

|
||||
|
||||
#### 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`
|
||||
Reference in New Issue
Block a user