mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
add virtual env support
This commit is contained in:
parent
42f18a2d4a
commit
c11825aed6
11
README.md
11
README.md
|
@ -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
24
requirements.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user