Skip to content

Commit 003aaa7

Browse files
committed
dark mode screenshot, inverted commas and pip freeze command
1 parent 682fe96 commit 003aaa7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.screenshot/context-menu.png

-14 Bytes
Loading

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,21 @@ venv/Scripts/Activate.ps1
3535
3636
# install pip prereqs
3737
py -m pip install -r .\requirements.txt --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org
38+
39+
# list pip installs inside the venv
40+
pip freeze
3841
```
3942

4043
### Compile
4144
```ps
4245
# compile manually
43-
pyinstaller "src/awake.spec" --noconfirm
46+
pyinstaller 'src/awake.spec' --noconfirm
4447
4548
package with nsis manually
46-
makensis installer/awake.nsi
49+
makensis 'installer/awake.nsi'
4750
4851
# run both automatically
49-
py "tools/make.py"
52+
py 'tools/make.py'
5053
```
5154

5255
## Further Reading

0 commit comments

Comments
 (0)