Installation

This part of the documentation covers the installation of pjrpc library.

Installation using pip

To install pjrpc, run:

$ pip install pjrpc

Installation from source code

You can clone the repository:

$ git clone git@github.com:dapper91/pjrpc.git

Then install it:

$ cd pjrpc
$ pip install .