File: index.rst

package info (click to toggle)
python-qinlingclient 5.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 764 kB
  • sloc: python: 6,848; sh: 259; makefile: 22
file content (17 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
============
Installation
============

This is an OpenStack Client plugin for the FaaS (Qinling) project.

Install the plugin::

    $ pip install python-qinlingclient

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv python-qinlingclient
    $ pip install python-qinlingclient

.. note:: If python-openstackclient is not already installed it will be
          installed as part of the requirements for the Qinling client plugin.