diff --git a/README.md b/README.md index 4d3d1ae7..a521ab34 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,19 @@ To upgrade an existing installation, use: pip install --upgrade novelwriter ``` -Dependencies are installed automatically, but can generally be installed with: +Dependencies are installed automatically. + + +If you're running from source, dependencies can be installed with: ```bash pip install -r requirements.txt ``` +You can also install the dependencies manually with: +```bash +pip install pyqt5 lxml pyenchant +``` + Below are some brief instructions on how to get started on different operating systems. diff --git a/docs/source/int_started.rst b/docs/source/int_started.rst index 9658ab1f..b3037537 100644 --- a/docs/source/int_started.rst +++ b/docs/source/int_started.rst @@ -82,8 +82,8 @@ and it is less sophisticated than full spell checking libaries, but if you only files, the performance loss is not noticeable. The spell check library must be at least 3.0 to work with Windows. On Linux, 2.0 also works fine. -If you install from PyPi, these dependencies should be installed automatically. They can be -manually installed with: +If you install from PyPi, these dependencies should be installed automatically. If you install from +source, dependencies can still be installed from PyPi with: .. code-block:: console