Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Start by installing basic dependencies:

apt-get remove -y python-pip
apt-get install -y python build-essential python-bashate
wget https://bootstrap.pypa.io/get-pip.py
python2 get-pip.py

...