updated readme

This commit is contained in:
Fredrick W. Warren 2024-05-24 17:10:45 -07:00
parent 802fd2a955
commit ea8930ad14

View File

@ -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:." ^