Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dependency name>

Install with `pip3`:

$ pip3 install peerplays