Skip to content

Commit

Permalink
deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Louise Fox committed Jan 26, 2018
1 parent 16c23b5 commit 85e4bd8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -89,6 +89,10 @@ Install Dependencies::

pip install -r requirement.txt

(Ubuntu with ledger wallet)
ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so


Compile the icons file for Qt::

pyrcc5 icons.qrc -o gui/qt/icons_rc.py
Expand Down
2 changes: 2 additions & 0 deletions brewfile
Expand Up @@ -8,3 +8,5 @@ brew "gettext"
tap "brewsci/science"
brew "matplotlib"
# required for matplotlib used in Plot History
brew "libusb-compat"
# ledger wallet
2 changes: 2 additions & 0 deletions packages.txt
Expand Up @@ -8,3 +8,5 @@ gettext
wine-development
dirmngr
gnupg2
libudev-dev
libusb-1.0-0-dev
2 changes: 1 addition & 1 deletion plugins/ledger/ledger.py
Expand Up @@ -180,7 +180,7 @@ def checkDevice(self):
self.perform_hw1_preflight()
except BTChipException as e:
if (e.sw == 0x6d00):
raise BaseException("Device not in Bitcoin mode")
raise BaseException("Device not in ZClassic mode")
raise e
self.preflightDone = True

Expand Down

0 comments on commit 85e4bd8

Please sign in to comment.