![]() |
Table of Contents
Python Module InstallationPython InstallationFor details of how to install/update Python on your platform see the Python documentation. Package ManagersOn package managed operating systems (e.g. Debian Linux, RedHat Linux, OpenSolaris, etc.) or package based environments (e.g. Cygwin, Fink, MacPorts, etc.) many Python modules are available as packages. See the documentation associated with the package environment for details. Manual InstallDownloaded Python modules generally follow a standard procedure for installation:
Check the module's documentation (usually
![]() |