Skip to content

Commit a579609

Browse files
committed
Use conda-forge repositories [skip ci]
1 parent cb99475 commit a579609

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Graphical User Interface for the psyplot package
3838
:alt: PyPI Package latest release
3939
:target: https://pypi.python.org/pypi/psyplot-gui
4040

41-
.. |conda| image:: https://anaconda.org/chilipp/psyplot-gui/badges/installer/conda.svg
41+
.. |conda| image:: https://anaconda.org/conda-forge/psyplot-gui/badges/version.svg
4242
:alt: conda
43-
:target: https://conda.anaconda.org/chilipp
43+
:target: https://conda.anaconda.org/conda-forge/psyplot-gui
4444

4545
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/psyplot-gui.svg?style=flat
4646
:alt: Supported versions

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ main project on examples on the possibilities with psyplot_.
4646
:alt: PyPI Package latest release
4747
:target: https://pypi.python.org/pypi/psyplot-gui
4848

49-
.. |conda| image:: https://anaconda.org/chilipp/psyplot-gui/badges/installer/conda.svg
49+
.. |conda| image:: https://anaconda.org/conda-forge/psyplot-gui/badges/version.svg
5050
:alt: conda
51-
:target: https://conda.anaconda.org/chilipp
51+
:target: https://conda.anaconda.org/conda-forge/psyplot-gui
5252

5353
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/psyplot-gui.svg?style=flat
5454
:alt: Supported versions

docs/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We highly recommend to use conda_ for installing psyplot-gui.
1717

1818
You can then install psyplot-gui simply via::
1919

20-
$ conda install -c chilipp psyplot-gui
20+
$ conda install -c conda-forge psyplot-gui
2121

2222
If you do not want to use PyQt4 (we indeed recommend to use PyQt5), you should
2323
remove the ``'pyqt'`` and and ``'qt'`` package from anaconda::

0 commit comments

Comments
 (0)