11 lines
326 B
Bash
Executable File
11 lines
326 B
Bash
Executable File
#!/usr/bin/env 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
|