diff --git a/doc/README.md b/doc/README.md index b18b6346..8261e0a2 100644 --- a/doc/README.md +++ b/doc/README.md @@ -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: diff --git a/doc/source/overview.rst b/doc/source/overview.rst index e878db80..3d912d3e 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -15,11 +15,11 @@ has four main directories. `scripts `_ offers two convenience tools for beginners: -- ``initenv.sh`` installs a local virtualenv Python environment and - installs necessary dependencies +- ``initenv.sh`` installs a local Python environment using ``uv`` and + installs necessary dependencies. - ``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/``