python-zaqarclient/README.rst
kgriffs f12c0aea60 doc: Update README.rst with correct installation and contibution info
Now that we are on PyPI, users can install from there. I also took
the opportunity to link to our new contributor guide.

Change-Id: Ifbdd07247a1e4865d02539f23be103c86414b7a9
2014-06-10 17:23:30 -05:00

1.3 KiB

Python Marconi Client

version

0.1.0

Wiki

Marconi Wiki

Launchpad

Marconi Launchpad

Review

Code Review

Design

Client Wiki

IRC

#openstack-marconi @ freenode

Welcome to the Marconi Python Client project!

Table of Contents

Installation

The latest stable release can be installed from PyPI:

pip install --upgrade python-marconiclient

For the adventurous, you may also install the latest code directly from GitHub:

pip install git+https://github.com/openstack/python-marconiclient.git

Contributing

Be sure to reference the HACKING file for details on coding style. You may also wish to read through Marconi's Contributor Guide before contributing your first patch.