Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme for Ubuntu 21.04+ #139

Open
TyrionLionstar opened this issue Nov 2, 2021 · 0 comments
Open

Update readme for Ubuntu 21.04+ #139

TyrionLionstar opened this issue Nov 2, 2021 · 0 comments

Comments

@TyrionLionstar
Copy link

TyrionLionstar commented Nov 2, 2021

  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant