From cf1deed7a4474505ec6a645ba4e20e2aa76b63cd Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 23 Sep 2016 09:46:02 -0400 Subject: Update faq.rst Fix formatting --- source/faq.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/faq.rst b/source/faq.rst index b585f22..10bf718 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -94,8 +94,7 @@ If you are already using AstroConda under a Python 2 environment, you may simply Why is IRAF/PyRAF less functional under Python 3? ================================================= -The Python code in ``stsdas``, for example, is targeted specifically for Python 2.7 and earlier. If the demand for Python 3 support under IRAF is great enough we may be able to pull our resources to accommodate the community. It is recommended to install IRAF into its - own environment under Python 2.7: +The Python code in ``stsdas``, for example, is targeted specifically for Python 2.7 and earlier. If the demand for Python3 support under IRAF is great enough we may be able to pull our resources to accommodate the community. It is recommended to install IRAF into its own environment under Python 2.7: ``conda create -n iraf27 python=2.7 iraf pyraf stsci && source activate iraf27`` @@ -128,6 +127,5 @@ RHEL/CentOS >=6, Fedora >=14 Will AstroConda interfere with other scientific distributions (e.g. SciSoft)? ============================================================================= -**Probably**, however unlike Ureka, we do not impose any restrictions on your environment or issue compatibility -warnings at run-time. It is your responsibility to maintain a functional shell environment so [insert scientific distribution here] does not conflict with your Anaconda installation. +**Probably**, however unlike Ureka, we do not impose any restrictions on your environment or issue compatibility warnings at run-time. It is your responsibility to maintain a functional shell environment so [insert scientific distribution here] does not conflict with your Anaconda installation. -- cgit