Update and rename readme.html to readme.txt

This commit is contained in:
ocueye2 2024-11-11 11:46:12 -05:00 committed by GitHub
parent f0f2361651
commit 410b62b742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
<h1>PyPack</h1> PyPack
<h2>an easy way to share python scripts with requirement</h2> an easy way to share python scripts with requirement
PyPack is a simple shell script I wrote because I wanted a one command way to run any python script. PyPack is a simple shell script I wrote because I wanted a one command way to run any python script.
It works by installing the desired python version (if needed), making a venv, and installing all of the dependencys. It works by installing the desired python version (if needed), making a venv, and installing all of the dependencys.