From 1bbbd7d0eb586b21d0699c7d2daea53b94c4b786 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 14 Apr 2020 12:27:22 +0200 Subject: Add Gentoo in the Installation section in README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 16cb3f4..4cf8e24 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,21 @@ I hope that somebody will find it useful. ## Installation +pip (pypi): + ```bash pip install pyotp2289 ``` +Gentoo: + + ```bash + layman -a sgs + emerge dev-python/pyotp2289 + ``` + + ## Overview of RFC-2289 RFC-2289 describes a one-time password authentication system (OTP): -- cgit v1.3