diff --git a/agents/fake/setup.py b/agents/fake/setup.py index 71c4ae1..11f52d8 100644 --- a/agents/fake/setup.py +++ b/agents/fake/setup.py @@ -7,7 +7,7 @@ print('ONLY FOR DEBUGGING AND TESTING!!!') setup( name='fake_device_agent', version='0.9.0', - description='Testing trezor_agent with a fake device - NOT SAFE!!!', + description='Testing SSH/GPG agent with a fake device - NOT SAFE!!!', author='Roman Zeyde', author_email='roman.zeyde@gmail.com', url='http://github.com/romanz/trezor-agent', diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 276f3dd..86cbb1f 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -63,7 +63,7 @@ gpg (GnuPG) 2.1.15 2. Make sure that your `udev` rules are configured [correctly](https://wiki.trezor.io/Udev_rules). -3. Then, install the latest [trezor_agent](https://pypi.python.org/pypi/trezor_agent) package: +3. Then, install the latest [trezor-agent](https://pypi.python.org/pypi/trezor-agent) package: ``` $ pip3 install Cython hidapi @@ -91,7 +91,7 @@ gpg (GnuPG) 2.1.15 * [KeepKey firmware releases](https://github.com/keepkey/keepkey-firmware/releases): `3.0.17+` 2. Make sure that your `udev` rules are configured [correctly](https://support.keepkey.com/support/solutions/articles/6000037796-keepkey-wallet-is-not-being-recognized-by-linux). -Then, install the latest [keepkey_agent](https://pypi.python.org/pypi/keepkey_agent) package: +Then, install the latest [keepkey-agent](https://pypi.python.org/pypi/keepkey-agent) package: ``` $ pip3 install keepkey_agent @@ -117,10 +117,10 @@ Then, install the latest [keepkey_agent](https://pypi.python.org/pypi/keepkey_ag * [Ledger Nano S firmware releases](https://github.com/LedgerHQ/blue-app-ssh-agent): `0.0.3+` (install [SSH/PGP Agent](https://www.ledgerwallet.com/images/apps/chrome-mngr-apps.png) app) 2. Make sure that your `udev` rules are configured [correctly](https://ledger.zendesk.com/hc/en-us/articles/115005165269-What-if-Ledger-Wallet-is-not-recognized-on-Linux-). -3. Then, install the latest [ledger_agent](https://pypi.python.org/pypi/ledger_agent) package: +3. Then, install the latest [ledger-agent](https://pypi.python.org/pypi/ledger-agent) package: ``` - $ pip3 install ledger_agent + $ pip3 install ledger-agent ``` Or, directly from the latest source code: