From 9248f8ee9ac82eb3368159fcb1f0099e027e17a4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 25 May 2017 11:13:20 -0400 Subject: Modify FAQ entry to use iraf-all and pyraf-all (#62) --- source/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') 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: -- cgit