stevedore/doc/source/install.rst
Marc Koderer 8a19d5fb7b Add a reference to entry_point_inspector
This add a short reference in the install guide
to the entry_point_inspector.

Change-Id: I86f3437949670e75f631319e088321384fe28e42
2016-02-23 14:32:39 +01:00

1.1 KiB

Installation

Python Versions

stevedore is tested under Python 2.7 and 3.4.

Basic Installation

stevedore should be installed into the same site-packages area where the application and extensions are installed (either a virtualenv or the global site-packages). You may need administrative privileges to do that. The easiest way to install it is using pip:

$ pip install stevedore

or:

$ sudo pip install stevedore

Download

stevedore releases are hosted on PyPI and can be downloaded from: http://pypi.python.org/pypi/stevedore

Source Code

The source is hosted on the OpenStack infrastructure: https://git.openstack.org/cgit/openstack/stevedore/

Entry point inspector

To list entrypoints and registered plugins this tool can be also very useful: https://pypi.python.org/pypi/entry_point_inspector

Reporting Bugs

Please report bugs through the launchpad project: https://launchpad.net/python-stevedore