We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c39aa commit d60b2a3Copy full SHA for d60b2a3
1 file changed
README.md
@@ -17,7 +17,7 @@
17
* PyInstaller is a good option to create a build. You can install via pip
18
(```pip install PyInstaller```)
19
* To create executable file, run ```pyinstaller --onefile --windowed --icon=record.ico screenrec.py```.
20
-* If log shows that some library is missing, just install it via ```pip install -r requirements.txt```
+* Install dependecies it via ```pip install -r requirements.txt```
21
* Executable not work so well after build with latest Python version, so Python 3.9.13 was used
22
23
0 commit comments