add venv instead of stupid global pip installations
This commit is contained in:
parent
e3870aee62
commit
bd58596f40
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
__pycache__/
|
||||
venv/
|
||||
|
5
pre-devel.sh
Executable file
5
pre-devel.sh
Executable 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
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
openpyxl
|
Loading…
Reference in New Issue
Block a user