diff options
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -21,11 +21,21 @@ I hope that somebody will find it useful. | |||
| 21 | 21 | ||
| 22 | ## Installation | 22 | ## Installation |
| 23 | 23 | ||
| 24 | pip (pypi): | ||
| 25 | |||
| 24 | ```bash | 26 | ```bash |
| 25 | pip install pyotp2289 | 27 | pip install pyotp2289 |
| 26 | ``` | 28 | ``` |
| 27 | 29 | ||
| 28 | 30 | ||
| 31 | Gentoo: | ||
| 32 | |||
| 33 | ```bash | ||
| 34 | layman -a sgs | ||
| 35 | emerge dev-python/pyotp2289 | ||
| 36 | ``` | ||
| 37 | |||
| 38 | |||
| 29 | ## Overview of RFC-2289 | 39 | ## Overview of RFC-2289 |
| 30 | 40 | ||
| 31 | RFC-2289 describes a one-time password authentication system (OTP): | 41 | RFC-2289 describes a one-time password authentication system (OTP): |
