Skip to content

Commit d60b2a3

Browse files
authored
Update README.md
1 parent d6c39aa commit d60b2a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* PyInstaller is a good option to create a build. You can install via pip
1818
(```pip install PyInstaller```)
1919
* 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```
20+
* Install dependecies it via ```pip install -r requirements.txt```
2121
* Executable not work so well after build with latest Python version, so Python 3.9.13 was used
2222

2323

0 commit comments

Comments
 (0)