add virtual env support

This commit is contained in:
Anil Khatri 2019-10-03 22:09:24 +05:30
parent 42f18a2d4a
commit c11825aed6
2 changed files with 39 additions and 4 deletions

View File

@ -58,6 +58,12 @@ So far, the following projects have been integrated to this repo:
- Clone/Download the directory and navigate to each folder. Or...
- Simply navigate to the folder and download/copy the scripts! It's *that* simple and easy.
- Setup virtual environment for all scripts:
- `python -m venv env`
- `source env\bin\activate`
- `pip install -r requirements.txt`
- Run the scripts :)
Remember to star the repo if you love the scipts~ :wink:
@ -73,4 +79,9 @@ Remember to star the repo if you love the scipts~ :wink:
- Supporting files for the Script (If any)
- A separate `README.md` File with proper documentation.
- Add any third-party dependencies to `requirements.txt`
- If your script run on specific version of that library create a `requirements.txt` file in the script directory.
- `cd <your_script_dir>`
- `pip freeze > requirements.txt`
- Feel Free to add your script in the [project's list](https://github.com/hastagAB/Awesome-Python-Scripts#what-do-we-have) above.

24
requirements.txt Normal file
View File

@ -0,0 +1,24 @@
sympy
aiml
Crypto
selenium
Pillow
beautifulsoup4
simple-crypt
requests
xlrd
PyQt5
numpy
tensorflow
fpdf
geocoder
Telethon
twilio
docopt
img2pdf
PyAutoGUI
opencv-python
QDarkStyle
PyGithub
pytube
Jinja2