add venv instead of stupid global pip installations

This commit is contained in:
stupidcomputer 2024-06-24 04:57:38 -05:00
parent e3870aee62
commit bd58596f40
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
__pycache__/
venv/

5
pre-devel.sh Executable file
View File

@ -0,0 +1,5 @@
# source this file before beginning development on this repo
# create the venv by running this at the project root:
# python3 -m venv venv
. venv/bin/activate

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
openpyxl