From 11a7d1b9cb8f1c0f7df602f73618a4f786120ed8 Mon Sep 17 00:00:00 2001 From: Andris Raugulis Date: Mon, 3 Sep 2018 18:54:39 +0300 Subject: [PATCH] Make note about dependencies. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f5413a..3bb197a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ for creating actual VPN connection. It also supports Google and OKTA two factor authentication and can work without user interaction, if initial TOTP secret is provided. Otherwise, it will ask for -generated code. If this feature will be used, [pyotp](https://github.com/pyotp/pyotp) -dependency is required. +generated code. To gather TOTP secret, there are two possibilities - either scan the provided QR code with _normal_ QR code scanner and write down the secret. Or create backup @@ -16,6 +15,10 @@ from current OTP application in phone. Some applications have this feature, but some don't. For example, andOTP on Android do support this feature. ## usage +This utility depends on [requests](http://www.python-requests.org/) and [lxml](https://lxml.de/) +Python libraries. If TOTP secret is being used, then [pyotp](https://github.com/pyotp/pyotp) +is also required. + ``` ./gp-okta.py gp-okta.conf ```