summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-05-25 11:13:20 -0400
committerGitHub <noreply@github.com>2017-05-25 11:13:20 -0400
commit9248f8ee9ac82eb3368159fcb1f0099e027e17a4 (patch)
tree91bfe5db84ba0b03ef21ace61c826b375fd829c5 /source
parenta1f99f2dd32fa7ae3c12de7418f1ae2149f74d7e (diff)
downloadastroconda-9248f8ee9ac82eb3368159fcb1f0099e027e17a4.tar.gz
Modify FAQ entry to use iraf-all and pyraf-all (#62)
Diffstat (limited to 'source')
-rw-r--r--source/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/faq.rst b/source/faq.rst
index e89c0d9..139f8c1 100644
--- a/source/faq.rst
+++ b/source/faq.rst
@@ -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: