Difference between revisions of "Osx installation"
From Pynomo
(New page: Under construction. Here I started with fresh OSX 10.6.4 with has preinstalled 2.6.1 (open console and type python). * Install newest python (2.6.5 tested) [http://www.python.org/ftp/py...) |
|||
Line 6: | Line 6: | ||
* Download and install latest stable [http://sourceforge.net/projects/numpy/files/NumPy/1.5.0b1/numpy-1.5.0b1-py2.6-python.org.dmg/download Numpy]. | * Download and install latest stable [http://sourceforge.net/projects/numpy/files/NumPy/1.5.0b1/numpy-1.5.0b1-py2.6-python.org.dmg/download Numpy]. | ||
* Download and install latest [http://sourceforge.net/projects/scipy/files/scipy/0.8.0/scipy-0.8.0-py2.6-python.org.dmg/download Scipy] | * Download and install latest [http://sourceforge.net/projects/scipy/files/scipy/0.8.0/scipy-0.8.0-py2.6-python.org.dmg/download Scipy] | ||
+ | * Install PIL (or skip, probably you won't need it) | ||
+ | * Insytal PyX [http://sourceforge.net/projects/pyx/files/pyx/0.10/PyX-0.10.tar.gz/download PyX] |
Revision as of 20:04, 5 August 2010
Under construction.
Here I started with fresh OSX 10.6.4 with has preinstalled 2.6.1 (open console and type python).