updated readme
This commit is contained in:
parent
20b1768bb1
commit
802fd2a955
13
README.md
13
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
|
## 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`
|
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:\
|
D:\
|
||||||
cd \development
|
cd \development
|
||||||
@ -19,7 +19,8 @@ cd hcatitles
|
|||||||
|
|
||||||
To activate the virtual enviroment when in the folder `D:\development\hcatiles`:
|
To activate the virtual enviroment when in the folder `D:\development\hcatiles`:
|
||||||
```
|
```
|
||||||
venv\Script\activate```
|
venv\Script\activate
|
||||||
|
```
|
||||||
|
|
||||||
Update `pip `and install requirments:
|
Update `pip `and install requirments:
|
||||||
```
|
```
|
||||||
@ -37,6 +38,14 @@ To create an executable in `D:\Development\hcatitles\dist`:
|
|||||||
pyinstaller hcatitles.spec
|
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:
|
When done working in the virtual enviroment:
|
||||||
```
|
```
|
||||||
deactivate
|
deactivate
|
||||||
|
Loading…
Reference in New Issue
Block a user