From d8053e1d910a8f0b17e92c50662b4b93d944c2cb Mon Sep 17 00:00:00 2001 From: Cyteen Date: Wed, 15 Nov 2017 18:25:54 +0000 Subject: [PATCH] A central place to add expected python libraries. --- 010_python.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 010_python.sh diff --git a/010_python.sh b/010_python.sh new file mode 100644 index 0000000..922f1c7 --- /dev/null +++ b/010_python.sh @@ -0,0 +1,7 @@ +apt-get install -y python-dev python3-dev +apt-get install -y python3-requests +apt-get install -y python3-autopep8 +apt-get install -y python3-ipython +apt-get install -y python3-pylint +apt-get install -y virtualenvwrapper +apt-get install -y prospector