updated readme

This commit is contained in:
Fredrick W. Warren 2024-05-24 17:08:16 -07:00
parent 20b1768bb1
commit 802fd2a955

View File

@ -4,7 +4,7 @@ This program will update the png file found at `D:\OBS Assets\Overlays\title.png
## Setting up the build environment
Making the assumption that python is installed in `C:\Program Files\Python39` and Develmpent is being done under `D:\Development`
Pull a copy of this project from gitN:
Pull a copy of this project from git:
```
D:\
cd \development
@ -19,7 +19,8 @@ cd hcatitles
To activate the virtual enviroment when in the folder `D:\development\hcatiles`:
```
venv\Script\activate```
venv\Script\activate
```
Update `pip `and install requirments:
```
@ -37,6 +38,14 @@ To create an executable in `D:\Development\hcatitles\dist`:
pyinstaller hcatitles.spec
```
## To Activate the virtual enviroment from a new DOS prompt
```
D:\
cd \development\hcatitles
venv\Scripts\activate
```
When done working in the virtual enviroment:
```
deactivate