patrole/doc/source/installation.rst
Felipe Monteiro f6ffb8b1e0 Add README in the devstack folder
This adds a README.rst in the devstack folder with information
about DevStack and how to install Patrole plugin in Devstack.

Change-Id: I31a92351211a2f37403c08406215bc10f3c3222e
2018-07-18 20:52:05 +01:00

604 B

Patrole Installation Guide

Manual Installation Information

At the command line:

$ git clone http://git.openstack.org/openstack/patrole
$ sudo pip install ./patrole

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv patrole_env
$ workon patrole_env
$ pip install ./patrole

Or to install from the source:

$ navigate to patrole directory
$ sudo pip install -e .

DevStack Installation