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