.. _installation: Installation ============ This part of the documentation covers the installation of :py:mod:`pjrpc` library. Installation using pip ------------------------ To install :py:mod:`pjrpc`, run: .. code-block:: console $ pip install pjrpc Installation from source code ----------------------------- You can clone the repository: .. code-block:: console $ git clone git@github.com:dapper91/pjrpc.git Then install it: .. code-block:: console $ cd pjrpc $ pip install .