Fix docs a little

This commit is contained in:
Veronica Berglyd Olsen
2025-10-22 22:02:40 +02:00
parent b3c18001e2
commit 9640d95cef
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -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,
+1 -1
View File
@@ -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