Anonymous - 2011-11-17

Download either release versions of PyTom or directly from the develop branch. If you want to follow up on updates, having the Git repository installed is convenient because you can directly access most recent changes. Also, we strongly recommend to sign up for our mailing list to keep track of the newest features in PyTom.

Use the following command for getting the Git reopsitory:


git clone http://git.code.sf.net/p/pytom/gitrepo pytom

If you have a sourceforge id enabled to commit updates to pytom, you must prepend your username here to be able to commit:


git clone https://USERNAME@git.code.sf.net/p/pytom/gitrepo pytom

If you like to use the stable version, stick with the master branch. You can check which branch you are currently using by typing:

cd pytom
git branch

If you would like to obtain the development branch for adding new features, type

git checkout -b develop origin/develop

We recommend Sourcetree (Mac) for working with Git if you are not a Git specialist.

Please check the installation manual in your pytom folder (pytom/doc/documentation.html -> tutorials) for help.

 

Last edit: Thomas Hrabe 2012-12-06