File: install.rst

package info (click to toggle)
python-keycloak 5.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,372 kB
  • sloc: python: 14,249; sh: 43; makefile: 28
file content (28 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. _install:

Installation
========================

This part of the documentation covers the installation of Python-Keycloak. This is the first step to using the software library.

Via Pypi Package
-----------------

To install python-keycloak, run this command in your terminal of choice::

    pip install python-keycloak

Manually
-----------------

The python-keycloak code is `available <https://github.com/marcospereirampj/python-keycloak>`_. on Github.

You can either clone the public repository::

    git clone https://github.com/marcospereirampj/python-keycloak.git

Or, download the source code.

Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily::

    python -m pip install .