docs: Update documentation installation command from pip to uv.

This commit is contained in:
Omid Zamani
2026-01-02 16:38:25 +01:00
parent d089e7e06f
commit e6cdcc207a
2 changed files with 4 additions and 4 deletions

View File

@@ -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:
pip install furo sphinx-autobuild
uv pip install furo sphinx-autobuild
To develop/change documentation, you can then do: