update README about protobuf issueOF
This commit is contained in:
@@ -9,27 +9,6 @@
|
|||||||
## Using for GitHub SSH authentication (via `trezor-git` utility)
|
## Using for GitHub SSH authentication (via `trezor-git` utility)
|
||||||
[](https://asciinema.org/a/38337)
|
[](https://asciinema.org/a/38337)
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
First, make sure that the latest [trezorlib](https://pypi.python.org/pypi/trezor) Python package
|
|
||||||
is installed correctly (at least v0.6.6):
|
|
||||||
|
|
||||||
$ apt-get install python-dev libusb-1.0-0-dev libudev-dev
|
|
||||||
$ pip install Cython trezor
|
|
||||||
|
|
||||||
Then, install the latest [trezor_agent](https://pypi.python.org/pypi/trezor_agent) package:
|
|
||||||
|
|
||||||
$ pip install trezor_agent
|
|
||||||
|
|
||||||
Finally, verify that you are running the latest [TREZOR firmware](https://mytrezor.com/data/firmware/releases.json) version (at least v1.4.0):
|
|
||||||
|
|
||||||
$ trezorctl get_features
|
|
||||||
vendor: "bitcointrezor.com"
|
|
||||||
major_version: 1
|
|
||||||
minor_version: 4
|
|
||||||
patch_version: 0
|
|
||||||
...
|
|
||||||
|
|
||||||
# Public key generation
|
# Public key generation
|
||||||
|
|
||||||
Run:
|
Run:
|
||||||
|
|||||||
28
README.md
28
README.md
@@ -11,8 +11,36 @@ See SatoshiLabs' blog posts about this feature:
|
|||||||
- [TREZOR Firmware 1.3.4 enables SSH login](https://medium.com/@satoshilabs/trezor-firmware-1-3-4-enables-ssh-login-86a622d7e609)
|
- [TREZOR Firmware 1.3.4 enables SSH login](https://medium.com/@satoshilabs/trezor-firmware-1-3-4-enables-ssh-login-86a622d7e609)
|
||||||
- [TREZOR Firmware 1.3.6 — GPG Signing, SSH Login Updates and Advanced Transaction Features for Segwit](https://medium.com/@satoshilabs/trezor-firmware-1-3-6-20a7df6e692)
|
- [TREZOR Firmware 1.3.6 — GPG Signing, SSH Login Updates and Advanced Transaction Features for Segwit](https://medium.com/@satoshilabs/trezor-firmware-1-3-6-20a7df6e692)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
First, make sure that the latest [trezorlib](https://pypi.python.org/pypi/trezor) Python package
|
||||||
|
is installed correctly (at least v0.6.6):
|
||||||
|
|
||||||
|
$ apt-get install python-dev libusb-1.0-0-dev libudev-dev
|
||||||
|
$ pip install Cython trezor
|
||||||
|
|
||||||
|
Then, install the latest [trezor_agent](https://pypi.python.org/pypi/trezor_agent) package:
|
||||||
|
|
||||||
|
$ pip install trezor_agent
|
||||||
|
|
||||||
|
Finally, verify that you are running the latest [TREZOR firmware](https://mytrezor.com/data/firmware/releases.json) version (at least v1.4.0):
|
||||||
|
|
||||||
|
$ trezorctl get_features
|
||||||
|
vendor: "bitcointrezor.com"
|
||||||
|
major_version: 1
|
||||||
|
minor_version: 4
|
||||||
|
patch_version: 0
|
||||||
|
...
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
For usage with SSH, see the [following instructions](README-SSH.md).
|
For usage with SSH, see the [following instructions](README-SSH.md).
|
||||||
|
|
||||||
For usage with GPG, see the [following instructions](README-GPG.md).
|
For usage with GPG, see the [following instructions](README-GPG.md).
|
||||||
|
|
||||||
Questions, suggestions and discussions are welcome: [](https://gitter.im/romanz/trezor-agent)
|
Questions, suggestions and discussions are welcome: [](https://gitter.im/romanz/trezor-agent)
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
If there is an import problem with the installed `protobuf` package,
|
||||||
|
see [this issue](https://github.com/romanz/trezor-agent/issues/28) for fixing it.
|
||||||
|
|||||||
Reference in New Issue
Block a user