diff --git a/Package-Manuskript-for-Windows-with-PyInstaller.md b/Package-Manuskript-for-Windows-with-PyInstaller.md index f7b529e..f94000a 100644 --- a/Package-Manuskript-for-Windows-with-PyInstaller.md +++ b/Package-Manuskript-for-Windows-with-PyInstaller.md @@ -40,7 +40,7 @@ Install all the necessary software required for creating the manuskript package. C:\ cd \Python34\Scripts - pip install pyInstaller + pip install pyinstaller # PACKAGE CREATION @@ -49,7 +49,7 @@ Create a zip file package that can be installed and run on Windows 32 bit and 64 1. Create the Manuskript package. cd manuskript - C:\Python34\Scripts\pyInstaller --icon=manuskript.ico manuskript.spec + C:\Python34\Scripts\pyinstaller --icon=manuskript.ico manuskript.spec This should create a `build` directory and a `dist` directory under the current working directory. @@ -93,7 +93,7 @@ Use the following steps on a different computer or Virtual Machine to test that 2. Install a different language dictionary (e.g. French). - **SKIP THIS STEP for now as instructions are Linux specific** + **SKIP THIS STEP for now as instructions are Linux specific** sudo apt install aspell-fr