From 1c28a12582f96d8a7dcd314130062f2375d3f767 Mon Sep 17 00:00:00 2001 From: Max Rakitin Date: Mon, 24 Jul 2023 18:23:54 -0400 Subject: [PATCH] DOC: update conda installation instructions in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6f6f8904f..c3c35ac12 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ generic data access tool (outside of the Bluesky Project). ============== ============================================================== PyPI ``pip install databroker`` -Conda ``pip install -c nsls2forge databroker`` +Conda ``conda install -c conda-forge databroker`` Source code https://github.com/bluesky/databroker Documentation https://blueskyproject.io/databroker ============== ==============================================================