diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-29 10:58:30 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-29 10:58:30 -0400 |
commit | d942650d53b86f8d566015b4c74e8cf85750f476 (patch) | |
tree | 02003254eb02e9040469ec77247b7e6a7e269734 | |
parent | c48866fdc1dc268298505c3405ed1406bdf6404e (diff) | |
download | astroconda-d942650d53b86f8d566015b4c74e8cf85750f476.tar.gz |
Improve FAQ entry about IRAF
-rw-r--r-- | source/faq.rst | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/source/faq.rst b/source/faq.rst index 2ba9b8d..ca8e6f4 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -66,9 +66,13 @@ Why isn't IRAF installed by default? IRAF is an extremely large software package. Not every developer or scientist requires it. -If you wish to use IRAF, simply install it: +If you wish to use IRAF, simply install it : -``conda install -n iraf27 python=2.7 iraf && source activate iraf27`` +``conda create -n iraf27 python=2.7 iraf pyraf 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`` Why is IRAF/PyRAF less functional under Python 3? ================================================= @@ -77,7 +81,11 @@ The Python code in ``stsdas``, for example, is targeted specifically for Python 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 && source activate iraf27`` +``conda create -n iraf27 python=2.7 iraf pyraf stsci && source activate iraf27`` + + +======================================== + Will AstroConda interfere with other scientific distributions (e.g. SciSoft)? |