Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes som python issues and installation instructions #10

Merged
merged 1 commit into from
Mar 31, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion findstation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# coding=utf-8

"""Pendla FindStation v1.3.0 - Hjälper dig hitta stationen att hinna hem ifrån!
Expand Down
2 changes: 1 addition & 1 deletion pendla.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# coding=utf-8

"""Pendla v1.3.0 - Hjälper dig hinna hem!
Expand Down
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Pendla v1.3.0

En liten applikation som visar kommande avgångar du faktiskt hinner till!

## Installation

Kör 'pip install -r requirements.txt' för att installera de extra moduler
som krävs för att köra applikationen.

## Instruktioner

Kör './findstation.py' för att hitta din station, och kopiera ID-numret.
Expand All @@ -19,6 +24,10 @@ Du kan även söka stationers ID-nummer snabbt genom att köra:

## Versioner

#### 1.3.1
- Kör python från 'env' istället för /usr/bin/python specifikt.
- Lägger till instruktioner för att installera stödmoduler

### 1.3.0

- Gör det möjligt att loopa även vid snabbsökningar
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PyYAML