From 9640d95cef4725bf9e3f3d40e7bee2815e9a76d7 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 22 Oct 2025 22:02:40 +0200 Subject: [PATCH] Fix docs a little --- docs/source/technical/source.rst | 16 ++++++++-------- docs/source/technical/tests.rst | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/technical/source.rst b/docs/source/technical/source.rst index 44750bf2..c5bce486 100644 --- a/docs/source/technical/source.rst +++ b/docs/source/technical/source.rst @@ -47,20 +47,20 @@ must be at least 3.0 to work with Windows. On Linux, 2.0 also works fine. If you install novelWriter from PyPi, these dependencies should be installed automatically. -If you run it from source, and want to install dependencies using ``pip``, you must first generate -the ``requirements.txt`` file: +You can run novelWriter directly from source with uv_: + +.. code-block:: bash + + uv run novelwriter + +If you prefer to install dependencies using ``pip``, you must first generate the +``requirements.txt`` file: .. code-block:: bash python pkgutils.py gen-req pip install -r requirements.txt -Otherwise you can run novelWriter with uv_: - -.. code-block:: bash - - uv run novelwriter - .. note:: On Linux distros, the Qt library is usually split up into multiple packages. In some cases, diff --git a/docs/source/technical/tests.rst b/docs/source/technical/tests.rst index 4eb8c244..532bd750 100644 --- a/docs/source/technical/tests.rst +++ b/docs/source/technical/tests.rst @@ -35,7 +35,7 @@ You can disable the rendering of the GUI by setting the flag ``QT_QPA_PLATFORM=o Dependencies ------------ -To run generate the requirements file and install using ``pip``, run: +To generate the requirements file and install dependencies using ``pip``, run: .. code-block:: bash