Skip to content

Commit

Permalink
Merge pull request #45 from Hackathon2020/beautify
Browse files Browse the repository at this point in the history
Rename scripts and improve README
  • Loading branch information
jhaux committed Mar 22, 2020
2 parents 49e40d2 + 4547d71 commit 18cc548
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,23 @@ $ pip install CoronaHackathon2020
Um die App für Reisende/Grenzübergänger zu testen starte sie mittels:

```
$ grenz-app
$ grenz-er-fahrung
```

Um die App für die Grenzbeamten auszuprobiern starte sie mit:
Und gebe dann folgende URL in deinem Browser ein:

```
$ beamten-app
http://127.0.0.1:5000
```


Um die App für die Grenzbeamten auszuprobiern scanne einen validen QR Code und gebe die URL im Browser ein.




Um in das Interface zu gelangen, in dem Fragen und Sprachen editiert werden können, starte mit:

```
$ dict-gener-app
```
Expand Down
5 changes: 0 additions & 5 deletions project/grenz-app

This file was deleted.

File renamed without changes.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
extras_require=extras_require,
zip_safe=False,
scripts=[
"project/grenz-app", #script files that can be called as package
"project/beamten-app", #script files that can be called as package
"project/grenz-er-fahrung", #script files that can be called as package
"project/dict-gener-app", #script files that can be called as package
],
python_requires=">=3.8",
Expand Down

0 comments on commit 18cc548

Please sign in to comment.