From 4953d7943d7b1e33e2e5c8547eba4c737d3a6690 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Fri, 27 May 2016 14:56:58 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a685f..0ceeb25 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ # TwoFactorAuth Two-factor authentication generator for Gnome +### Dependecies +- `Python 3.3+` +- `Gtk 3.18+` +- `PyOTP` + ### Features - To complete later.. @@ -10,14 +15,25 @@ Two-factor authentication generator for Gnome ![Screenshot](screenshots/screenshot1.png) ![Screenshot](screenshots/screenshot2.png) +### Credits +- Websites and application icons are from Paper theme, created by [Sam Hewitt](https://github.com/snwh) + ### Installation 1 - Clone the repository ```bash git clone https://github.com/bil-elmoussaoui/TwoFactorAuth && cd ./TwoFactorAuth ``` -2 - Afterwards +2 - Install `PyOTP` +```bash + sudo pip install pyotp +``` +3 - Afterwards ```bash ./autogen.sh make sudo make install ``` +4 - You can run the application from your terminal using +```bash +twofactorauth +```