Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.13 KB

index.rst

File metadata and controls

55 lines (39 loc) · 2.13 KB

Welcome to AstroConda Channel's documentation!

AstroConda is a free Conda channel maintained by the Space Telescope Science Institute (STScI) in Baltimore, Maryland. This channel provides tools and utilities required to process and analyze data from the Hubble Space Telescope (HST), James Webb Space Telescope (JWST), and others.

System Requirements

  • 64-bit Intel/AMD processor (x86_64)
  • 64-bit Linux (glibc ≥ 2.12) or Mac OS X (≥ 10.7)
  • BASH or ZSH as your default shell environment (T/CSH is NOT supported)

Powered by Conda

Conda is an open-source software package management system provided and maintained by Continuum Analytics. Many software packages, provided both by Continuum and through third parties, are able to be quickly and easily installed using the Conda utility. AstroConda serves as a third-party add-on channel to provide easy access to STScI's software packages.

IMPORTANT NOTE: If you are using conda 4.3.30 or older, please upgrade to the latest version before attempting to install or update any packages due to a bug in older versions that makes a large number of packages invisible and unable to be installed. Upgrading conda may require two steps. The following commands will allow you to verify that the upgrade was successful.:

# source activate root
# conda --version
conda 4.3.30
# conda update conda
# conda --version
conda 4.3.31
# conda update conda
# conda --version
conda 4.5.4 (Or whatever the latest version happens to be.)

To receive AstroConda announcements, or engage in general discussion, feel free to subscribe to our mailing list.

.. toctree::
   :maxdepth: 2

   getting_started
   installation
   updating
   further_reading
   releases
   compat
   faq
   contributing
   package_manifest
   release_notes
   resources
   disclaimer