Add Appendix A containing instructions for Windows 7 and higher

Curtis Gedak 2019-02-10 13:51:00 -07:00
parent e2af3a975a
commit 470fc97f77

@ -124,3 +124,27 @@ Enter the following command in a command prompt, or **Win**+**R** launcher:
C:\Python34\python "C:\manuskript\bin\manuskript"
_Note that the above command requires the full directory path to the location in which you installed manuskript._
# Appendix A: Install Required Software Packages on Windows 7 and Higher.
1. Download [Python 3.7.2 - **Windows x86 executable installer**](https://www.python.org/downloads/windows/) file.
In Windows Explorer (**Windows Key** + **E**) find `python-3.7.2.exe` in the **Downloads** folder and double-click.
Be sure to enable "**Add Python to PATH**".
_Note that I chose a custom install with the path `C:\Python37`, and chose **Install for all users**._
2. Download [**pyenchant-1.6.11.win32.exe**](https://pypi.org/project/pyenchant/1.6.11/#files) file.
In Windows Explorer (**Window Key** + **E**) find `pyenchant-1.6.11.win32.exe` in the **Downloads** folder and double-click.
Follow the instruction prompts to complete the installation.
3. Install remaining required software.
Open a command prompt as descibed earlier.
Install PyQt5, Lxml, and Markdown using pip.
pip install pyqt5 lxml markdown