
The doc structure from validations-libs was transposed and slightly altered. Future expansion of documentation is expected. Change-Id: Ib1043cf1bef5d9b858da8f9a83fbba52bb570b99 Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com> Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
44 lines
884 B
ReStructuredText
44 lines
884 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
Recommended process
|
|
-------------------
|
|
|
|
There are several different ways to install validations-common.
|
|
However it is **recommended** to both install and use
|
|
the package inside python virtual environment.
|
|
|
|
At the command line using `pip`.
|
|
|
|
.. code-block:: console
|
|
|
|
$ pip install validations-common
|
|
|
|
|
|
Or, if you have virtualenvwrapper_ installed.
|
|
|
|
.. code-block:: console
|
|
|
|
$ mkvirtualenv validations-common
|
|
$ pip install validations-common
|
|
|
|
Installation with package manager
|
|
---------------------------------
|
|
Alternativelly it is possible to install validations-common using package manager.
|
|
|
|
Such as `yum`...
|
|
|
|
.. code-block:: console
|
|
|
|
$ yum install validations-common
|
|
|
|
|
|
or the more modern `dnf`.
|
|
|
|
.. code-block:: console
|
|
|
|
$ dnf install validations-common
|
|
|
|
|
|
.. _virtualenvwrapper: https://pypi.org/project/virtualenvwrapper/
|