Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxscheurer committed Feb 11, 2022
1 parent 2207e4f commit 27fc01e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,8 +18,8 @@
[license-url]: https://github.com/adc-connect/adcc/blob/master/LICENSE
[pypi-img]: https://img.shields.io/pypi/v/adcc
[pypi-url]: https://pypi.org/project/adcc
[conda-img]: https://anaconda.org/adcc/adcc/badges/version.svg
[conda-url]: https://anaconda.org/adcc/adcc
[conda-img]: https://anaconda.org/conda-forge/adcc/badges/version.svg
[conda-url]: https://anaconda.org/conda-forge/adcc
[lgtm-img]: https://img.shields.io/lgtm/grade/python/github/adc-connect/adcc?label=code%20quality
[lgtm-url]: https://lgtm.com/projects/g/adc-connect/adcc/context:python

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -9,8 +9,8 @@ adcc: Seamlessly connect your program to ADC
:target: https://github.com/adc-connect/adcc/actions
.. image:: https://img.shields.io/pypi/v/adcc
:target: https://pypi.org/project/adcc
.. image:: https://anaconda.org/adcc/adcc/badges/version.svg
:target: https://anaconda.org/adcc/adcc
.. image:: https://anaconda.org/conda-forge/adcc/badges/version.svg
:target: https://anaconda.org/conda-forge/adcc
.. image:: https://img.shields.io/pypi/l/adcc
:target: https://github.com/adc-connect/adcc/blob/master/LICENSE

Expand Down
10 changes: 8 additions & 2 deletions docs/installation.rst
Expand Up @@ -30,15 +30,21 @@ Using conda (on Debian/Ubuntu and macOS)
........................................

The `conda <https://conda.io>`_ binary packages can be installed
using the `adcc <https://anaconda.org/adcc/>`_ channel:
using the `conda-forge <https://anaconda.org/conda-forge/>`_ channel:

.. code-block:: shell
conda install -c adcc adcc
conda install -c conda-forge adcc
This should work on a recent Debian, Ubuntu or macOS
and with python 3.7, 3.8 or 3.9.

.. warning::

As of version 0.15.13, adcc is deployed via conda-forge. Before that,
we maintained our own Anaconda channel, which is now discontinued. Thus,
we highly recommend you use the conda-forge version from now on.


.. _install-pip-debian:

Expand Down

0 comments on commit 27fc01e

Please sign in to comment.