Plynet
Python Planetary Physics Package
================================================================================
Download the tarball of the package from SourceForge:
https://sourceforge.net/projects/plynet
Or checkout the main trunk using public svn:
svn co https://plynet.svn.sourceforge.net/svnroot/plynet plynet
To install package perform the following operations:
1) Create the directory usr/local in your home directory:
mkdir -p $HOME/usr/local
2) Add the following line to your .bashrc:
export PYTHONPATH=$PYTHONPATH:$HOME/usr/local/lib/python2.6/site-packages
Steps 1 and 2 must be followed only the first time your install.
3) Executes:
make install
The installation ends with the command "python -c'import plynet'". If
you don't see this command at the end of the last command, see if any
language error has arosen.
Otherwise if the command is executed but it show errors like:
To test all the package:
make test
To test a given module executes:
make test<module>
To clean all the package
make clean
--------------------------------------------------------------------------------
Instituto de Fisica - FCEN - Universidad de Antioquia
(C) 2010 - Jorge Zuluaga, Pablo Cuartas, Sebastian Bustamante, Camilo
Hincapie, Nataly Mateus