weblate/docs/admin/install/steps/install-uv.rst
Michal Čihař cc19249d77 docs: use uv as recommended tool to install Weblate
It performs better and comes with virtualenv embedded making it easier
to manage.
2024-10-15 08:43:31 +02:00

15 lines
270 B
ReStructuredText

uv package manager
++++++++++++++++++
.. hint::
We're using uv package manager to install Weblate.
.. code-block:: sh
curl -LsSf https://astral.sh/uv/install.sh | sh
.. seealso::
`Installing uv <https://docs.astral.sh/uv/getting-started/installation/>`_