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