X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=README;h=4a2655517bb13844ced4b97422eab13167cd5681;hb=HEAD;hp=25120d7a43c3ed142567a51f3c9f0574d61551ef;hpb=35a0041854fb5259fd3e1267f999a9e7c5ba24c6;p=pywienerlinien diff --git a/README b/README index 25120d7..4a26555 100644 --- 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 +