File: installation.rst

package info (click to toggle)
pkb-client 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 2,518; makefile: 92
file content (17 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (3)
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 .