Minor formatting tweaks

Curtis Gedak 2017-09-17 11:18:57 -06:00
parent b552da13b3
commit 9dd66c2e3b

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