summaryrefslogtreecommitdiffstats
path: root/docs/source/installation.rst
blob: 6e52bbff454fd6a0425e5f8d4c0e7f5250077d8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Installation
============

You can either install the package from the Python Package Index (PyPI) using pip:

.. code-block:: bash

   pip3 install pkb_client


or you can install the package from the source code:

.. code-block:: bash

   git clone https://github.com/infinityofspace/pkb_client.git
   cd pkb_client
   pip3 install .