public:user_software:cr-tools:installation_mac_os_x_10.6_64_bit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:user_software:cr-tools:installation_mac_os_x_10.6_64_bit [2011-10-18 16:04] Lars Bahrenpublic:user_software:cr-tools:installation_mac_os_x_10.6_64_bit [2017-03-08 15:27] (current) – external edit 127.0.0.1
Line 10: Line 10:
     * [[#Python]]     * [[#Python]]
     * [[#Numpy]]     * [[#Numpy]]
 +    * [[#Scipy]]
 +    * [[#Matplotlib]]
   - [[#Installing CR-Tools]]   - [[#Installing CR-Tools]]
  
Line 182: Line 184:
   sudo python setup.py install   sudo python setup.py install
  
-== Scipy == +=== Scipy === 
-Download the source code for the latest stable version of scipy [[http://sourceforge.net/projects/scipy/files/scipy/0.7.2/scipy-0.7.2.tar.gz/download|here]]. + 
-Then extract and install using +  - Download the source code for the latest stable version of scipy [[http://sourceforge.net/projects/scipy/files/scipy/0.7.2/scipy-0.7.2.tar.gz/download|here]]. 
-  tar xvf scipy-0.7.2.tar.gz +  - Extract the tar-archive: <code bash> 
-  cd scipy-0.7.2 +tar xvf scipy-0.7.2.tar.gz 
-  sudo python setup.py install+</code> 
 +  - Build and install Scipy: <code bash> 
 +cd scipy-0.7.2 
 +sudo python setup.py install 
 +</code>
  
-== Matplotlib ==+=== Matplotlib ===
  
 Compiling a 64bit version of matplotlib is a bit more involved. Compiling a 64bit version of matplotlib is a bit more involved.
  • Last modified: 2011-10-18 16:04
  • by Lars Bahren