Fix docs a little
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user