summaryrefslogtreecommitdiff
path: root/doc/source/install.rst
blob: da4943028e4f5ce171913f880ce6e6659df58d9b (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
============
Installation
============

Python Versions
===============

stevedore is tested under Python 2.6, 2.7 and 3.4.

.. _install-basic:

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

.. _pip: http://pypi.python.org/pypi/pip

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/

Reporting Bugs
==============

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