Additional files (requirements and gitignore (#6)
* created gitignore and requirements files * update install in readme
This commit is contained in:
parent
26eab5ef6f
commit
be79b63627
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
__pycache__/
|
||||
*.pem
|
|
@ -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
4
requirements.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
flask-bootstrap
|
||||
pyscreenshot
|
||||
pyopenssl
|
||||
pillow
|
Loading…
Reference in New Issue
Block a user