Skip to content

Commit

Permalink
Linux Install typo
Browse files Browse the repository at this point in the history
requirement.txt -> requirements.txt 
line 93.
  • Loading branch information
paOol authored Jan 28, 2018
1 parent 5b9f27c commit c676a0e
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 c676a0e

Please sign in to comment.