Add Python 3.7.2 install on Windows 10 MAX_PATH fix option

Curtis Gedak 2019-02-28 10:21:37 -07:00
parent b3c2e3c8d9
commit 996ec63e6b

@ -137,6 +137,10 @@ If you are running Windows 7 or higher, you may wish to install more recent soft
_Note that I chose a custom install with the path `C:\Python37`, and chose **Install for all users**._
**NOTE**: When I just installed Python 3.7.2 on Windows 10 a dialog window at the end indicates that the installation can remove the **MAX_PATH** limit is so desired. Removing the **MAX_PATH** limit is recommended to avoid [issue #313 - Main program does not load (FileNotFound error) - filename path too long > 260 chars](https://github.com/olivierkes/manuskript/issues/313).
![python3 7 2-install-on-windows10-max-path](https://user-images.githubusercontent.com/10405019/53584612-3a632580-3b41-11e9-9547-3e2214a18caa.png)
2. Install PyQt5, Lxml, PyEnchant (optional spell check), and Markdown (optional HTML export).
Open a command prompt as described earlier.