From 1a9548c0f09c5094a2d65a605108207e16a03d75 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Sun, 25 Nov 2018 08:41:58 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b051b4..0786cec 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,11 @@ development and reduce need for hardware. Testing can be done using our fork of Yubico's client software, `python-fido2`. Our fork of `python-fido2` has small changes to make it send -USB HID over UDP to the authenticator application. +USB HID over UDP to the authenticator application. You can install our fork by running the following: + +```bash +cd python-fido2/ && python setup.py install +``` Run FIDO 2 / U2F application.