zuul-client/doc/source/installation.rst
Matthieu Huin 0bc9db6c89 Initialize repository
Import doc, code, various boilerplate elements from zuul.
Add basic unit testing.

Change-Id: I44b78cd9d2a31fb62ddf4ffd56546066c5db2689
2020-09-09 18:07:46 +02:00

287 B

title

Installation

Installation

Install pip:

[apt-get | yum] install python-pip

More information on pip here: http://www.pip-installer.org/en/latest/

Install dependencies:

pip install -r requirements.txt

Install zuul-client:

python setup.py install