File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ Graphical User Interface for the psyplot package
38
38
:alt: PyPI Package latest release
39
39
:target: https://pypi.python.org/pypi/psyplot-gui
40
40
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
42
42
:alt: conda
43
- :target: https://conda.anaconda.org/chilipp
43
+ :target: https://conda.anaconda.org/conda-forge/psyplot-gui
44
44
45
45
.. |supported-versions | image :: https://img.shields.io/pypi/pyversions/psyplot-gui.svg?style=flat
46
46
:alt: Supported versions
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ main project on examples on the possibilities with psyplot_.
46
46
:alt: PyPI Package latest release
47
47
:target: https://pypi.python.org/pypi/psyplot-gui
48
48
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
50
50
:alt: conda
51
- :target: https://conda.anaconda.org/chilipp
51
+ :target: https://conda.anaconda.org/conda-forge/psyplot-gui
52
52
53
53
.. |supported-versions | image :: https://img.shields.io/pypi/pyversions/psyplot-gui.svg?style=flat
54
54
:alt: Supported versions
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ We highly recommend to use conda_ for installing psyplot-gui.
17
17
18
18
You can then install psyplot-gui simply via::
19
19
20
- $ conda install -c chilipp psyplot-gui
20
+ $ conda install -c conda-forge psyplot-gui
21
21
22
22
If you do not want to use PyQt4 (we indeed recommend to use PyQt5), you should
23
23
remove the ``'pyqt' `` and and ``'qt' `` package from anaconda::
You can’t perform that action at this time.
0 commit comments