Product SiteDocumentation Site

1.2. On GNU/Linux

Generally all GNU/Linux distributions come with Python, so no need to worry about that :) If you don't have it then you can install it by either downloading from the python website or from your distribution's repository.

For Fedora
[user@host]$ sudo yum install python

For Debian
[user@host]$ sudo apt-get install python