docs: Install libagent from source too

Installing the trezor/ledger agent from source installs the libagent module from PyPI unless libagent is already installed from source beforehand.
This commit is contained in:
Eli Boyarski
2020-04-06 20:44:25 +03:00
committed by GitHub
parent 61cfcef35c
commit d4d168c746

View File

@@ -74,6 +74,7 @@ gpg (GnuPG) 2.1.15
```
$ git clone https://github.com/romanz/trezor-agent
$ pip3 install --user -e trezor-agent
$ pip3 install --user -e trezor-agent/agents/trezor
```
@@ -126,6 +127,7 @@ Then, install the latest [keepkey_agent](https://pypi.python.org/pypi/keepkey_ag
```
$ git clone https://github.com/romanz/trezor-agent
$ pip3 install --user -e trezor-agent
$ pip3 install --user -e trezor-agent/agents/ledger
```