Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with conda/mamba install #84

Merged
merged 2 commits into from
Sep 28, 2023
Merged
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
14 changes: 12 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
==============
pytest-pyvista
==============
.. image:: https://img.shields.io/pypi/v/pytest-pyvista.svg
.. image:: https://img.shields.io/pypi/v/pytest-pyvista.svg?color=orange&label=pypi&logo=python&logoColor=white
:target: https://pypi.org/project/pytest-pyvista
:alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/pytest-pyvista.svg
.. image:: https://img.shields.io/conda/vn/conda-forge/pytest-pyvista?color=orange&label=conda-forge&logo=conda-forge&logoColor=white
:target: https://anaconda.org/conda-forge/geovista
:alt: conda-forge version

.. image:: https://img.shields.io/pypi/pyversions/pytest-pyvista.svg?color=orange&logo=python&label=python&logoColor=white
:target: https://pypi.org/project/pytest-pyvista
:alt: Python versions

Expand Down Expand Up @@ -45,6 +49,9 @@ You can install "pytest-pyvista" via `pip`_ from `PyPI`_::

$ pip install pytest-pyvista

Alternatively, you can also install via `conda`_ or `mamba`_ from `conda-forge`_::

$ mamba install -c conda-forge pytest-pyvista

Usage
-----
Expand Down Expand Up @@ -164,3 +171,6 @@ description.
.. _`tox`: https://tox.readthedocs.io/en/latest/
.. _`pip`: https://pypi.org/project/pip/
.. _`PyPI`: https://pypi.org/project
.. _`conda`: https://github.com/conda/conda
.. _`mamba`: https://github.com/mamba-org/mamba
.. _`conda-forge`: https://anaconda.org/conda-forge/pytest-pyvista