Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ the [conda-forge Anaconda channel](https://anaconda.org/conda-forge/mendeleev)
channel by

``` {.sourceCode .bash}
conda install -c lmmentel mendeleev=1.1.0
conda install conda-forge::mendeleev
```

The package can also be installed using
Expand Down
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ You can also install the most recent version from the repository:
pip install git+https://github.com/lmmentel/mendeleev.git

If you use `conda <https://conda.io/docs/intro.html>`_ you can install
the package from `my anaconda channel <https://anaconda.org/lmmentel/mendeleev>`_ by
the package from the `conda-forge channel <https://anaconda.org/conda-forge/mendeleev>`_ by

.. code-block:: bash

conda install -c lmmentel mendeleev=1.1.0
conda install conda-forge::mendeleev
Loading