twindows: force upgrade of hawdrware wallet libraries - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit ccc94155429241c3d344183a4efdddbbcf6736cf DIR parent b4bea48b22004bf55b280406b8dad91ee00569e8 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 9 Nov 2017 10:58:42 +0100 windows: force upgrade of hawdrware wallet libraries Diffstat: M contrib/build-wine/prepare-hw.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- DIR diff --git a/contrib/build-wine/prepare-hw.sh b/contrib/build-wine/prepare-hw.sh t@@ -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