diff --git a/python/README.md b/python/README.md
index fb0f6f8d..42bb8d19 100644
--- a/python/README.md
+++ b/python/README.md
@@ -1,6 +1,7 @@
# Pyoxigraph (Oxigraph for Python)
[![PyPI](https://img.shields.io/pypi/v/pyoxigraph)](https://pypi.org/project/pyoxigraph/)
+[![Conda](https://img.shields.io/conda/vn/conda-forge/pyoxigraph)](https://anaconda.org/conda-forge/pyoxigraph)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/pyoxigraph)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyoxigraph)
[![actions status](https://github.com/oxigraph/oxigraph/workflows/build/badge.svg)](https://github.com/oxigraph/oxigraph/actions)
@@ -19,7 +20,7 @@ It also provides a set of utility functions for reading, writing and processing
[N-Quads](https://www.w3.org/TR/n-quads/) and
[RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/).
-Pyoxigraph is distributed [on Pypi](https://pypi.org/project/pyoxigraph/).
+Pyoxigraph is distributed [on Pypi](https://pypi.org/project/pyoxigraph/) and [on conda-forge](https://anaconda.org/conda-forge/pyoxigraph).
Run `pip install pyoxigraph` to install it.
There exists also a small library providing [rdflib](https://rdflib.readthedocs.io) stores using pyoxigraph: [oxrdflib](https://github.com/oxigraph/oxrdflib).
diff --git a/python/docs/index.rst b/python/docs/index.rst
index 107367d9..47ba57d2 100644
--- a/python/docs/index.rst
+++ b/python/docs/index.rst
@@ -4,6 +4,9 @@ pyoxigraph |release|
.. image:: https://img.shields.io/pypi/v/pyoxigraph
:alt: PyPI
:target: https://pypi.org/project/pyoxigraph/
+.. image:: https://img.shields.io/conda/vn/conda-forge/pyoxigraph
+ :alt: conda-forge
+ :target: https://anaconda.org/conda-forge/pyoxigraph
.. image:: https://img.shields.io/pypi/implementation/pyoxigraph
:alt: PyPI - Implementation
.. image:: https://img.shields.io/pypi/pyversions/pyoxigraph
@@ -23,7 +26,7 @@ It also provides a set of utility functions for reading, writing, and processing
`N-Quads `_ and
`RDF/XML `_.
-Pyoxigraph is `distributed on Pypi `_.
+Pyoxigraph is distributed `on Pypi `_ and `on conda-forge `_.
There is also a small library providing a `rdflib `_ store using pyoxigraph: `oxrdflib `_.
diff --git a/server/README.md b/server/README.md
index 8e69ab75..0d09e5f1 100644
--- a/server/README.md
+++ b/server/README.md
@@ -6,6 +6,7 @@ Oxigraph Server
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/oxigraph/oxigraph?sort=semver)](https://hub.docker.com/r/oxigraph/oxigraph)
[![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/oxigraph/oxigraph)](https://hub.docker.com/r/oxigraph/oxigraph)
[![Docker Pulls](https://img.shields.io/docker/pulls/oxigraph/oxigraph)](https://hub.docker.com/r/oxigraph/oxigraph)
+[![Conda](https://img.shields.io/conda/vn/conda-forge/oxigraph-server)](https://anaconda.org/conda-forge/oxigraph-server)
[![actions status](https://github.com/oxigraph/oxigraph/workflows/build/badge.svg)](https://github.com/oxigraph/oxigraph/actions)
[![Gitter](https://badges.gitter.im/oxigraph/community.svg)](https://gitter.im/oxigraph/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
@@ -21,6 +22,7 @@ Oxigraph provides different installation methods for Oxigraph server:
* [`cargo install`](#installation) (multiplatform)
* [A Docker image](#using-a-docker-image)
* [A Homebrew formula](#homebrew)
+* [A conda-forge package](https://anaconda.org/conda-forge/oxigraph-server)
* [Pre-built binaries](https://github.com/oxigraph/oxigraph/releases/latest)
It is also usable as [a Rust library](https://crates.io/crates/oxigraph) and as [a Python library](https://pyoxigraph.readthedocs.io/).