1
Fork 0
mirror of https://github.com/Steffo99/cfig.git synced 2024-10-16 06:17:37 +00:00

🗒️ Specify that installation installs the [cli] extra

This commit is contained in:
Steffo 2022-04-21 04:52:01 +02:00
parent 427bd3e47a
commit 8cdd6cb5b3
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -6,7 +6,13 @@ You can install :mod:`cfig` in multiple ways!
.. note::
Never install packages outside :mod:`venv`, unless you know very well what you're doing!
The CLI tools are not included by default in the package, but are distributed as an `extra <https://stackoverflow.com/questions/52474931/what-is-extra-in-pypi-dependency>`_.
This page refers to the installation with the ``[cli]`` extra, but you may omit to install it if you do not intend to provide the CLI to users.
.. warning::
Never install packages outside :mod:`venv`\ s, unless you know very well what you're doing!
From PyPI