From 0bb3b92ed2f9b660a2e40a83306feb684b3e1bee Mon Sep 17 00:00:00 2001 From: jemshid Date: Thu, 30 Apr 2020 14:39:58 +0530 Subject: [PATCH] Added installation instruction for dependencies --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f184597..a2d9644 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,18 @@ This is a communications library which allows interface with the Peerplays block ## Installation +The python-peerplays library has following dependencies + python3-dev + build-essential + libssl-dev + libffi-dev + libxml2-dev + libxslt1-dev + zlib1g-dev + +Make sure that the above dependencies are installed, if not install with + $ sudo apt-get install + Install with `pip3`: $ pip3 install peerplays