This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get -y upgrade | |
sudo apt-get install build-essential checkinstall libffi-dev python-dev | |
sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev | |
// https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py | |
// https://pip.pypa.io/en/stable/installing/#using-linux-package-managers |