Skip to content

Update readme for Ubuntu 21.04+ #139

@TyrionLionstar

Description

@TyrionLionstar
  1. a) The package "cython" is no longer available on Ubuntu 21.04 or newer. It was replaced with "cython3".
    b) On Ubuntu 21.10, I had to use "python3" to make it work.
    c) The last step requires sudo

How to install (Debian-Ubuntu)

sudo apt-get install python-dev python-setuptools cython3 libusb-1.0-0-dev libudev-dev git
git clone https://github.com/keepkey/python-keepkey.git
cd python-keepkey
sudo python3 setup.py install (or develop)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions