FARSIGHT Tutorials/Building Software/Installing Python
From FarsightWiki
(Difference between revisions)
LuisIbanez (Talk | contribs) (→Linux) |
LuisIbanez (Talk | contribs) (→Linux) |
||
(4 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
You need a python to be installed | You need a python to be installed | ||
− | Version 2.5 | + | Version 2.5 is known to work fine with ITK Wrapping. |
= Download & Install = | = Download & Install = | ||
Line 9: | Line 9: | ||
== Linux == | == Linux == | ||
− | + | Install the package "python-dev" using your favorite package manager | |
+ | |||
+ | For example, in Debian/Ubuntu you can do | ||
+ | |||
+ | sudo apt-get install python-dev | ||
== Mac == | == Mac == | ||
+ | |||
+ | Download the installation file from | ||
+ | |||
+ | * http://www.python.org/download/mac/ | ||
== Windows == | == Windows == | ||
+ | |||
+ | Download and install from | ||
+ | |||
+ | * http://www.python.org/download/windows/ |
Latest revision as of 16:06, 2 May 2009
Contents |
Overview
You need a python to be installed
Version 2.5 is known to work fine with ITK Wrapping.
Download & Install
Linux
Install the package "python-dev" using your favorite package manager
For example, in Debian/Ubuntu you can do
sudo apt-get install python-dev
Mac
Download the installation file from
Windows
Download and install from