Merge branch 'main' into release_1.0.4

This commit is contained in:
Veronica K. B. Olsen
2021-02-03 20:41:32 +01:00
3 changed files with 77 additions and 8 deletions
+5 -3
View File
@@ -195,9 +195,11 @@ For Windows, first ensure that you have Python installed. If not, get it from
[python.org/downloads](https://www.python.org/downloads/). Remember to select "Add Python to PATH"
during the installation, otherwise novelWriter cannot find it.
Then, download the `Source code` zip file from the Release page, extract it to wherever you want to
keep novelWriter on your PC, and run the `setup_windows.bat` file in it. This will install the
necessary dependencies from [pypi,org](https://pypi.org/) and create desktop and start menu icons.
Then, download the `novelWriter-x.y.z-minimal.zip` file, where `x.y.z` is the version number, from
the [releases](https://github.com/vkbo/novelWriter/releases) page. You can extract it to wherever
you want to keep novelWriter on your PC, and run the `setup_windows.bat` file in it
(double-clicking it should work). This will install the necessary dependencies from
[pypi,org](https://pypi.org/) and create desktop and start menu icons.
## Debugging