mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
windows: force upgrade of hawdrware wallet libraries
This commit is contained in:
parent
b4bea48b22
commit
ccc9415542
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@ cd tmp
|
|||
# Install Cython
|
||||
$PYTHON -m pip install setuptools --upgrade
|
||||
$PYTHON -m pip install cython
|
||||
$PYTHON -m pip install trezor
|
||||
$PYTHON -m pip install keepkey
|
||||
$PYTHON -m pip install btchip-python
|
||||
$PYTHON -m pip install trezor --upgrade
|
||||
$PYTHON -m pip install keepkey --upgrade
|
||||
$PYTHON -m pip install btchip-python --upgrade
|
||||
|
||||
#git clone https://github.com/trezor/cython-hidapi.git
|
||||
#replace: from distutils.core import setup, Extenstion
|
||||
|
|
Loading…
Add table
Reference in a new issue