Add script and configure environment to install python dependencies into a project subfolder

This commit is contained in:
W13R 2022-03-16 18:58:27 +01:00
parent c6315a01f0
commit fb50140762
6 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
/application/**/migrations/*
/archive/*
/logs/*
/packages/*
/temp
/tmp
__pycache__