diff options
| author | Simeon Simeonov | 2020-04-14 12:27:22 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2020-04-14 12:27:22 +0200 |
| commit | 1bbbd7d0eb586b21d0699c7d2daea53b94c4b786 (patch) | |
| tree | aeaf9839bc0e592a7e51df647926ece5e270e2f1 | |
| parent | a46f8180c3ec4bbb7e456d0e70db13c0e3afa25b (diff) | |
Add Gentoo in the Installation section in README.md
| -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): |
