diff --git a/README.md b/README.md index c287c09..1fefa89 100755 --- a/README.md +++ b/README.md @@ -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