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

|

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