From 9dd66c2e3b155cc75015819b17225f7ced1921e0 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Sun, 17 Sep 2017 11:18:57 -0600 Subject: [PATCH] Minor formatting tweaks --- Package-Manuskript-for-Windows-with-PyInstaller.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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