Update README.md

pull/37/head
Conor Patrick 2018-11-25 08:41:58 -05:00 zatwierdzone przez GitHub
rodzic 50f565895f
commit 1a9548c0f0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -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.