diff --git a/doc/source/conf.py b/doc/source/conf.py index 90a094cdb..b66de9646 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'tripleo-ansible' -copyright = u'2013, OpenStack Foundation' +copyright = u'2019, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True diff --git a/doc/source/installation.rst b/doc/source/installation.rst index ffceaef0c..d0f66f8db 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -2,15 +2,11 @@ Installation ============ -At the command line:: - - $ pip install tripleo-ansible - -Or, if you have virtualenvwrapper installed:: - - $ python -m virtualenv tripleo-ansible - $ pip install tripleo-ansible - -Or, using the package manager:: +At the command line using `yum`:: $ yum install tripleo-ansible + + +At the command line using `dnf`:: + + $ dnf install tripleo-ansible