From 4b31b6bf1c75ad470a3104dd05518ecc96d0b5c9 Mon Sep 17 00:00:00 2001 From: ocueye Date: Mon, 11 Nov 2024 16:44:06 +0000 Subject: [PATCH] added readme --- readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..ed33117 --- /dev/null +++ b/readme.txt @@ -0,0 +1,8 @@ +PyPack +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. +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. + +