From c676a0e34b1d2120397a10814522c5ff8351fd1a Mon Sep 17 00:00:00 2001 From: paOol Date: Sat, 27 Jan 2018 21:15:40 -0800 Subject: [PATCH] Linux Install typo requirement.txt -> requirements.txt line 93. --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9cf23753674c..3d0526c79b01 100644 --- a/README.rst +++ b/README.rst @@ -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