Browse Source

Eerste versie van het Voedingscentrum-script

Stan Jansen 4 years ago
parent
commit
7e144aa773
1 changed files with 8 additions and 5 deletions
  1. 8 5
      README.md

+ 8 - 5
README.md

@@ -4,13 +4,16 @@ Dit script logt in op je account bij Voedingscentrum.nl en haalt daar je ingevul
 
 ## Installatie
 
-   pip3 install --user -r requirements.txt
-   psql -e CREATE DATABASE voeding
-   cat migrations.pgsql | sed -r "s/USERNAME/`whoami`/g" | psql -d voeding
+```
+pip3 install --user -r requirements.txt
+psql -e CREATE DATABASE voeding
+cat migrations.pgsql | sed -r "s/USERNAME/`whoami`/g" | psql -d voeding
+```
 
 ## Gebruik
 
 Bij het opstarten van het script dien je je gegevens als command-line argumenten op te geven. Voor informatie over de argumenten voer je het volgende commando uit:
 
-   python3 voedingscentrum.py -h
-
+```
+python3 voedingscentrum.py -h
+```