pypack/readme.html
2024-11-11 11:45:36 -05:00

9 lines
403 B
HTML

<h1>PyPack</h1>
<h2>an easy way to share python scripts with requirement</h2>
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.
just edit the version and program variables in the run.sh and the requirements.txt in PyPack folder.