Changes

Jump to navigation Jump to search

Installation mac

712 bytes added, 15:52, 9 August 2013
** Open the DMG file, double click on the '''Python.mpkg''' file, and follow the instructions.
** The Python binary should now be located at '''/usr/local/bin/python'''. This is actually a symbolic link pointing to '''/Library/Frameworks/Python.framework/Versions/2.7/bin/python'''.
* Check out a relax branch
** You can see the different relax branches [http://svn.gna.org/viewcvs/relax/ here.]. '''Subversion''' is necessary, and should be shipped with [ http://subversion.apache.org/packages.html#osx OS X].
which svn
svn --version
cd $HOME/Downloads
** To check out the relax_disp or trunk branch using the subversion client, simply type:
<source lang="bash">
svn co svn://svn.gna.org/svn/relax/branches/relax_disp relax_disp
svn co svn://svn.gna.org/svn/relax/trunk relax_trunk
</source>
** If this svn command does not work, try:
<source lang="bash">
svn co http://svn.gna.org/svn/relax/branches/relax_disp relax_disp
svn co http://svn.gna.org/svn/relax/trunk relax_trunk
</source>
 
 
* '''Numpy:'''
** First check if you have numpy installed in the current python installation.
Trusted, Bureaucrats
1,382

edits

Navigation menu