Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Install Python on Linux

Use the terminal

$ which python3

$ sudo apt-get install python3
$ sudo yum install python3

$ sudo apt-get install virtualenv
$ sudo yum install virtualenv