3 | | * get [http://python.org/ftp/python/2.5.4/python-2.5.4-macosx.dmg python 2.5] |
4 | | * get setuptools - {{{ cd /tmp && curl -O http://peak.telecommunity.com/dist/ez_setup.py && python ez_setup.py}}} |
5 | | * ipython - {{{ easy_install ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/ipython-0.9.1-py2.5.egg }}} |
6 | | * numpy - {{{ easy_install ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/numpy-1.2.1-py2.5-macosx-10.3-i386.egg }}} |
7 | | * matplotlib - Get the package from our ftp server [ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/matplotlib-0.98.5.2-py2.5-mpkg.zip here], unzip and install |
| 3 | Note that only intel based Macs are supported at this stage. |
| 4 | |
| 5 | 1) python - {{{ curl -O http://python.org/ftp/python/2.5.4/python-2.5.4-macosx.dmg }}}, open disk image and install. In a terminal run {{{ python -V }}}, which sould return {{{ Python 2.5.4 }}}. If not log out and log back in. |
| 7 | 2) setuptools - {{{ curl -O http://peak.telecommunity.com/dist/ez_setup.py && python ez_setup.py}}} |
| 8 | |
| 9 | 3) ipython - {{{ easy_install ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/ipython-0.9.1-py2.5.egg }}} |
| 10 | |
| 11 | 4) numpy - {{{ easy_install ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/numpy-1.2.1-py2.5-macosx-10.3-i386.egg }}} |
| 12 | |
| 13 | 5) matplotlib - {{{ curl -O ftp://ftp.atnf.csiro.au/pub/software/asap/osx-dependencies/matplotlib-0.98.5.2-py2.5-mpkg.zip}}}, unzip and install |
| 14 | |
| 15 | 6) asap - |
| 16 | {{{ curl -O ftp://ftp.atnf.csiro.au/pub/software/asap/2.3/asap-2.3.0-osx-10.5-x86.tar.bz2 |
| 17 | tar jxf asap-2.3.0-osx-10.5-x86.tar.bz2 |
| 18 | cd asap-2.3.0-osx-10.5-x86 |
| 19 | sudo ./install |
| 20 | sudo asap_update_data |
| 21 | }}} |
| 22 | |