Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 1.11 KB

python2.rst

File metadata and controls

36 lines (28 loc) · 1.11 KB

Python 2

The Python language intepreter, version 2.

System Package
BSD Ports lang/python
Debian/Ubuntu python
Homebrew python
RedHat/CentOS python

Windows

Windows is a little more difficult to set up, particularly if the modules require building from source. See these links for an easier alternative:

Either download separate wheel packages from the above link, or pip install needed packages; ensure downloaded packages are 64-bit if using 64-bit Python. In either case, the pip tool is required to install the packages.