Skip to content

Commit

Permalink
Conda install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Sep 5, 2019
1 parent c480661 commit 4890233
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/dust_extinction/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python fashion after downloading it from the git repo::
Using pip
=========

``dust_extinction`` can also be installed using pip::
``dust_extinction`` can be installed using pip::

# from PyPI
pip install dust_extinction
Expand All @@ -24,3 +24,10 @@ Using pip
# from the master trunk on the repository, considered developmental code
pip install git+https://github.com/karllark/dust_extinction.git

Using conda
===========

``dust_extinction`` can be installed using conda via the conda-forge channel::

conda config --add channels conda-forge
conda install dust_extinction

0 comments on commit 4890233

Please sign in to comment.