Merge pull request #10 from kmpm/ubuntu

Better instructions for ubuntu
This commit is contained in:
Simon Josefsson 2014-05-03 12:38:23 +02:00
commit ef7650c55c

5
README
View File

@ -59,13 +59,16 @@ http://s.sudre.free.fr/Software/Packages/about.html
Running from Linux / OSX
------------------------
Install Python 2.7.5
Install Python 2.7.x
cd yubicoauthenticator/
Run "python ui_systray.py"
The application will start and sit on the system's systray.
On Ubuntu 14.04 you need the following packages first.
sudo apt-get install pcscd python-pyscard python-pbkdf2 python-pyside.qtgui
ToDo