diff --git a/README.md b/README.md index 1fefa89..ce832bf 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ cd hcatitles & "C:\Program Files\Python39\python" -m venv venv ``` -To activate the virtual enviroment when in the folder `D:\development\hcatiles`: +Activate the virtual enviroment: ``` venv\Script\activate ``` @@ -28,7 +28,7 @@ python -m pip install --upgrade pip pip install -r requisments.txt ``` -Testing code: +Testing code after making edits: ``` python hcatitiles.py ``` @@ -53,7 +53,7 @@ deactivate ## First time run of pyinstaller to generate hcatitles.spec -Windows uses `^` to continues a commond on the next line. +Windows uses `^` to continues a command on the next line. ``` pyinstaller --onefile --windowed --icon projector.ico ^ --add-data "blank_title.png:." ^