Additional files (requirements and gitignore (#6)

* created gitignore and requirements files

* update install in readme
This commit is contained in:
Gary 2021-10-30 21:27:38 +02:00 committed by GitHub
parent 26eab5ef6f
commit be79b63627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
__pycache__/
*.pem

View File

@ -26,7 +26,7 @@ This tool can run on Linux, Windows and MAC.
## Install
1. pip install flask-bootstrap pyscreenshot pyopenssl pillow
1. pip install -r requirements.txt
2. In a directory, run "**git clone https://github.com/qijungu/screenshare.git**". You will have a new directory "screenshare" with code inside.

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
flask-bootstrap
pyscreenshot
pyopenssl
pillow