11 lines
290 B
Bash
Executable File
11 lines
290 B
Bash
Executable File
#!/usr/bin/env bash
|
|
apt install -y python-dev python3-dev
|
|
apt install -y python3-requests
|
|
apt install -y python3-autopep8
|
|
apt install -y python3-ipython
|
|
apt install -y bpython
|
|
apt install -y bpython3
|
|
apt install -y python3-pylint
|
|
apt install -y virtualenvwrapper
|
|
#apt install -y prospector
|