Skip to content

Commit

Permalink
Missed a few references to conda-forge.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Sep 24, 2019
1 parent 3e54356 commit 7e6e490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.. image:: https://ci.appveyor.com/api/projects/status/akdyke5jxg6gps45?svg=true

.. image:: https://anaconda.org/matsci/pymatgen/badges/downloads.svg
.. image:: https://anaconda.org/conda-forge/pymatgen/badges/downloads.svg

.. image:: https://coveralls.io/repos/github/materialsproject/pymatgen/badge.svg?branch=master

Expand Down
4 changes: 2 additions & 2 deletions docs_rst/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Introduction

.. image:: https://ci.appveyor.com/api/projects/status/akdyke5jxg6gps45?svg=true

.. image:: https://anaconda.org/matsci/pymatgen/badges/downloads.svg
.. image:: https://anaconda.org/conda-forge/pymatgen/badges/downloads.svg

.. image:: https://coveralls.io/repos/github/materialsproject/pymatgen/badge.svg?branch=master

Expand Down Expand Up @@ -233,7 +233,7 @@ install. This guarantees the right version of python and all dependencies::

# Install numpy and other pydata stack packages via conda.
conda install --yes numpy scipy pandas
conda install --yes --channel matsci pymatgen
conda install --yes --channel conda-forge pymatgen

Usage
=====
Expand Down

0 comments on commit 7e6e490

Please sign in to comment.