blob: 827239ffcbb8ce3179ace3f8a0f28b75501006ec [file] [log] [blame]
Felipe Monteiro8a5f69a2017-07-14 20:12:33 +01001.. _patrole-installation:
DavidPurcell663aedf2017-01-03 10:01:14 -05002
Felipe Monteiro8a5f69a2017-07-14 20:12:33 +01003==========================
4Patrole Installation Guide
5==========================
6
7Manual Installation Information
8===============================
DavidPurcell663aedf2017-01-03 10:01:14 -05009
10At the command line::
11
Felipe Monteiro79423362017-06-01 21:53:03 +010012 $ git clone http://git.openstack.org/openstack/patrole
Thomas Duvalbb46c5a2018-03-15 11:33:07 +010013 $ sudo pip install ./patrole
DavidPurcell663aedf2017-01-03 10:01:14 -050014
15Or, if you have virtualenvwrapper installed::
16
Thomas Duvalbb46c5a2018-03-15 11:33:07 +010017 $ mkvirtualenv patrole_env
18 $ workon patrole_env
19 $ pip install ./patrole
DavidPurcell663aedf2017-01-03 10:01:14 -050020
DavidPurcell45bc1a62017-01-19 17:21:27 -050021Or to install from the source::
22
23 $ navigate to patrole directory
Felipe Monteiro7bc35dc2017-04-19 21:11:46 +010024 $ sudo pip install -e .
DavidPurcell45bc1a62017-01-19 17:21:27 -050025
Felipe Monteiro79423362017-06-01 21:53:03 +010026DevStack Installation
27=====================
28
Felipe Monteirof6ffb8b2018-07-18 20:41:10 +010029.. include:: ../../devstack/README.rst