automate/010_python.sh

10 lines
306 B
Bash

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 bpython
apt-get install -y bpython3
apt-get install -y python3-pylint
apt-get install -y virtualenvwrapper
#apt-get install -y prospector