add venv instead of stupid global pip installations
This commit is contained in:
parent
e3870aee62
commit
bd58596f40
|
@ -1 +1,2 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
venv/
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
openpyxl
|
Loading…
Reference in New Issue