From 1e18d617d1001be7b9a191009c75f27be502f21b Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Sun, 10 Feb 2019 13:59:22 -0700 Subject: [PATCH] Minor cleanup of Windows 7 install instructions --- Run-Manuskript-from-Source-Code-on-Windows.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Run-Manuskript-from-Source-Code-on-Windows.md b/Run-Manuskript-from-Source-Code-on-Windows.md index 2da4888..fc77b91 100644 --- a/Run-Manuskript-from-Source-Code-on-Windows.md +++ b/Run-Manuskript-from-Source-Code-on-Windows.md @@ -139,14 +139,12 @@ If you are running Windows 7 or higher, you may wish to install more recent soft 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. + In Windows Explorer (**Windows 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. +3. Install PyQt5, Lxml, and Markdown using pip. Open a command prompt as described earlier. - Install PyQt5, Lxml, and Markdown using pip. - pip install pyqt5 lxml markdown