Skip to content

Commit

Permalink
Modify FAQ entry to use iraf-all and pyraf-all (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler committed May 25, 2017
1 parent a1f99f2 commit 9248f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ IRAF is an extremely large software package. Not every developer or scientist re

If you wish to use IRAF, simply install it :

``conda create -n iraf27 python=2.7 iraf pyraf stsci && source activate iraf27``
``conda create -n iraf27 python=2.7 iraf-all pyraf-all stsci && source activate iraf27``

If you are already using AstroConda under a Python 2 environment, you may simply install IRAF/PyRAF into that environment:

``conda install -n astroconda iraf pyraf``
``conda install -n astroconda iraf-all pyraf-all``

.. _iraf_python3:

Expand Down

0 comments on commit 9248f8e

Please sign in to comment.