diff options
| author | 2024-11-20 01:17:40 -0500 | |
|---|---|---|
| committer | 2024-11-20 01:17:40 -0500 | |
| commit | 3e3ebe586385a83b10c8f1d0b9ba9b67c8b56d2f (patch) | |
| tree | 5682f748fc9867166043734aad44e1734d16abeb /docs/source/installation.rst | |
| parent | fa197fe27b8a03bbf4504476f842956ece2c76c9 (diff) | |
New upstream version 2.0.0.upstream/2.0.0
Diffstat (limited to 'docs/source/installation.rst')
| -rw-r--r-- | docs/source/installation.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/source/installation.rst b/docs/source/installation.rst new file mode 100644 index 0000000..6e52bbf --- /dev/null +++ b/docs/source/installation.rst @@ -0,0 +1,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 . |
