Rougail library installation

Activate you virtual environment

  • Open a shell session

  • install the virtual environment: python -m'venv' .venv

  • activate it ./.venv/bin/activate (or .venvScriptsactivate.exe under windows)

Standard installation

You can use the pip python installer, here is the install command:

pip install rougail

Installation of third-party libraries

First, download the requirements.txt file:

The requirements.txt requirements file
rougail-output-ansible==1.0.0
rougail-output-display==1.0.0
rougail-output-doc==1.0.1
rougail-output-formatter==1.0.0
rougail-output-json==1.0.0
rougail-output-table==0.1.0
rougail-user-data-ansible==1.0.0
rougail-user-data-bitwarden==1.0.0
rougail-user-data-commandline==1.0.0
rougail-user-data-environment==1.0.0
rougail-user-data-questionary==1.0.0
rougail-user-data-yaml==1.0.0

Then in your virtual environment, recursively install the third-party libraries as follows:

pip install -r requirements.txt --extra-index-url https://test.pypi.org/simple/