Minor cleanup of Windows 7 install instructions

Curtis Gedak 2019-02-10 13:59:22 -07:00
parent faf3845c21
commit 1e18d617d1

@ -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