updated readme
This commit is contained in:
parent
802fd2a955
commit
ea8930ad14
@ -17,7 +17,7 @@ cd hcatitles
|
|||||||
& "C:\Program Files\Python39\python" -m venv venv
|
& "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
|
venv\Script\activate
|
||||||
```
|
```
|
||||||
@ -28,7 +28,7 @@ python -m pip install --upgrade pip
|
|||||||
pip install -r requisments.txt
|
pip install -r requisments.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Testing code:
|
Testing code after making edits:
|
||||||
```
|
```
|
||||||
python hcatitiles.py
|
python hcatitiles.py
|
||||||
```
|
```
|
||||||
@ -53,7 +53,7 @@ deactivate
|
|||||||
|
|
||||||
|
|
||||||
## First time run of pyinstaller to generate hcatitles.spec
|
## 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 ^
|
pyinstaller --onefile --windowed --icon projector.ico ^
|
||||||
--add-data "blank_title.png:." ^
|
--add-data "blank_title.png:." ^
|
||||||
|
Loading…
Reference in New Issue
Block a user