summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: