My favorites | Sign in
Project Logo
                
Search
for
Updated Nov 19, 2007 by E.GonzalezSolares
Labels: Featured, Phase-Deploy
Installation  
Installation and documentation

The module is installed like any other python egg. The quick and easy way:

  • Download the egg file
  • Point your PYTHONPATH to that file, e.g., export PYTHONPATH=
    <path>
    /astrogrid.egg
  • Import the module from python: python -c 'import astrogrid'

If you have setuptools installed (recommended) then install as any other package:

easy_install -f http://code.google.com/p/pyacr/downloads/list astrogrid

Sign in to add a comment
Hosted by Google Code