fixing routing.py bug, if time is 24:00
[pywienerlinien] / README
diff --git a/README b/README
index 25120d7..4a26555 100644 (file)
--- a/README
+++ b/README
@@ -1,2 +1,23 @@
 Search for connection on wienerlinien.at
-Opens default webbrowser to show results
+Using qml gui to show results
+
+Show next bus/tram/underground departures.
+
+This program ist unofficial.
+
+Running unit tests:
+
+$ nosetests gotovienna/tests/*.py
+
+
+To build the package with aegis tokens (install python-stdeb and ar first):
+
+ python setup.py --command-packages=stdeb.command bdist_hdeb --aegis-manifest=gotovienna.aegis
+
+To build the package with aegis token and upload to OBS / use scratchbox:
+
+ python setup.py --command-packages=stdeb.command sdist_dsc
+ cp gotovienna.aegis deb_dist/gotovienna-*/debian/
+ cd deb_dist/gotovienna-*/
+ dpkg-buildpackage -rfakeroot -S
+