Skip to content

Instantly share code, notes, and snippets.

@inhji
Created January 21, 2018 12:53
Embed
What would you like to do?
Install Trezor SSH Agent on Ubuntu 16.04
  1. pip wget https://bootstrap.pypa.io/get-pip.py && python ./get-pip.py
  2. libudev-dev and libusb-dev sudo apt-get install libudev-dev libusb-1.0-0-dev
  3. trezor-agent sudo pip install trezor_agent
  4. libtrezor sudo pip install -e git+https://github.com/trezor/python-trezor.git#egg=trezor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment