mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
docs: Update documentation installation command from pip to uv.
This commit is contained in:
@@ -6,7 +6,7 @@ You can use the `make` command and `make html` to build web pages.
|
|||||||
|
|
||||||
You need a Python environment where the following install was excuted:
|
You need a Python environment where the following install was excuted:
|
||||||
|
|
||||||
pip install furo sphinx-autobuild
|
uv pip install furo sphinx-autobuild
|
||||||
|
|
||||||
To develop/change documentation, you can then do:
|
To develop/change documentation, you can then do:
|
||||||
|
|
||||||
|
|||||||
@@ -15,11 +15,11 @@ has four main directories.
|
|||||||
`scripts <https://github.com/chatmail/relay/tree/main/scripts>`_
|
`scripts <https://github.com/chatmail/relay/tree/main/scripts>`_
|
||||||
offers two convenience tools for beginners:
|
offers two convenience tools for beginners:
|
||||||
|
|
||||||
- ``initenv.sh`` installs a local virtualenv Python environment and
|
- ``initenv.sh`` installs a local Python environment using ``uv`` and
|
||||||
installs necessary dependencies
|
installs necessary dependencies.
|
||||||
|
|
||||||
- ``scripts/cmdeploy`` script enables you to run the ``cmdeploy``
|
- ``scripts/cmdeploy`` script enables you to run the ``cmdeploy``
|
||||||
command line tool in the local Python virtual environment.
|
command line tool using ``uv run``.
|
||||||
|
|
||||||
|
|
||||||
``cmdeploy/``
|
``cmdeploy/``
|
||||||
|
|||||||
Reference in New Issue
Block a user