diff --git a/Run-Manuskript-from-Source-Code-on-Windows.md b/Run-Manuskript-from-Source-Code-on-Windows.md index 87a17f4..d1629f6 100644 --- a/Run-Manuskript-from-Source-Code-on-Windows.md +++ b/Run-Manuskript-from-Source-Code-on-Windows.md @@ -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.