From bdc2448c668b302a8ab905c14b4cd7cba40b24b2 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 3 Aug 2022 20:39:30 -0600 Subject: [PATCH] Add pip stuff --- pip-stuff.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pip-stuff.sh diff --git a/pip-stuff.sh b/pip-stuff.sh new file mode 100644 index 00000000..e9b301cc --- /dev/null +++ b/pip-stuff.sh @@ -0,0 +1,4 @@ +pip install testcontainers +python -m pip install --upgrade pip +pip install python-decouple +pip install gitpython