Skip to content

Commit

Permalink
DOC more conda install stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored and rmjarvis committed Oct 5, 2018
1 parent 0742c1b commit 1a54e99
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,25 +379,10 @@ Using Conda
===========

If you use conda (normally via the Anaconda Python distribution), then all of
the prerequisites are available from the conda-forge channel, so you can use
that as follows (from within the main GalSim directory):
the prerequisites and galsim itself are available from the conda-forge channel,
so you can use that as follows:

conda create -y -n galsim
conda activate galsim
conda install -y -c conda-forge --file conda_requirements.txt
pip install -r requirements.txt
pip install .

The first two lines are optional, but they let you keep the GalSim installation
separate from any other conda environments you might have.

If your conda version is 4.3 or earlier, replace the above conda activate line
with

source activate galsim

which does the same thing. They just changed the name of this command to use
the conda executable instead of source.
conda install -c conda-forge galsim

Also, if you prefer to use the defaults channel, then (at least as of this
writing), it had all the items in conda_requirements.txt, except for pybind11.
Expand Down

0 comments on commit 1a54e99

Please sign in to comment.