Skip to content

Commit

Permalink
Merge pull request #46 from paOol/patch-1
Browse files Browse the repository at this point in the history
Linux Install typo
  • Loading branch information
ch4ot1c committed Jan 28, 2018
2 parents 5b9f27c + c676a0e commit dc3b051
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ Install Dependencies::

sudo apt-get install $(grep -vE "^\s*#" packages.txt | tr "\n" " ")

pip install -r requirement.txt

pip install -r requirements.txt
// pip3 for newer version
(Ubuntu with ledger wallet)
ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so

Expand Down

0 comments on commit dc3b051

Please sign in to comment.