Installation - CTXz/Python-Sandbox GitHub Wiki

If your Linux distribution isn't listed here, please install the appropriate python 3 package provided by your package manager, or install the binary release.

All examples used in this repository have been written using Python 3 or higher.

Microsoft Windows

The python setup installer can be grabbed from pythons official site

https://www.python.org/downloads/

Linux

Ubuntu

Get the latest python 3 package from the official Ubuntu repositories

sudo apt-get install python3

or for Ubuntu 16.04+

sudo apt install python3

Debian

(Coming soon)

Arch Linux

Get the latest python 3 package from the official extra repository

sudo pacman -S python3

Fedora

(Coming soon)

Binary release

(Coming soon)