-
Notifications
You must be signed in to change notification settings - Fork 150
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
Trezor agent installation instructions confusing #342
Comments
Thanks! |
Interesting, why is that?
Looking at this again because I wanted to see if it was necessary to update the following line: trezor-agent/agents/trezor/setup.py Line 5 in 3c911e9
It seems not as despite the PyPI page pointing to https://pypi.org/project/trezor-agent the source distribution visible on this page uses |
Is it
trezor_agent
ortrezor-agent
? Note the underscore vs the hyphen. I believe it is the latter.Step 3 above suggests using
$ pip3 install trezor_agent
but PyPI suggests$ pip 3 install trezor-agent
. This link also usestrezor_agent
but is any case re-directed to trezor-agent.There is reference to
trezor_agent
here, here and here.Also, is this line
$ pip3 install Cython hidapi
necessary consideringtrezor[hidapi]
is required in the trezor agent setup.py and you don't suggest it if installing from this repository. I believeCython
(orcython
and/orcython3
to be explicit?) is a pre-requisite of trezor so is it not less confusing to list it as an OS dependency.The text was updated successfully, but these errors were encountered: