Update README.md

This commit is contained in:
Bilal Elmoussaoui 2016-05-27 14:56:58 +02:00
parent fdb1978fa0
commit 4953d7943d

View file

@ -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
```