homeserver/roles/gantsign.ctop/molecule/rocky/INSTALL.rst
mg 791b2adac5 Rolle aktualisiert: ctop (#467)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #467
2023-02-17 11:48:41 +01:00

23 lines
566 B
ReStructuredText

*******
Docker driver installation guide
*******
Requirements
============
* Docker Engine
Install
=======
Please refer to the `Virtual environment`_ documentation for installation best
practices. If not using a virtual environment, please consider passing the
widely recommended `'--user' flag`_ when invoking ``pip``.
.. _Virtual environment: https://virtualenv.pypa.io/en/latest/
.. _'--user' flag: https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site
.. code-block:: bash
$ python3 -m pip install 'molecule[docker]'