From 623ab87c9fa481016af81c0c4fffab9f6ae4af37 Mon Sep 17 00:00:00 2001 From: Altana Namsaraeva <99650244+namsaraeva@users.noreply.github.com> Date: Wed, 7 Aug 2024 00:03:36 +0200 Subject: [PATCH] Update installation link (#660) * Update installation link * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * removed apple silicon instructions from readme --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Luca Marconato --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 687d638e..7637ee7c 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,17 @@ Another useful resource to get started is the source code of the [`spatialdata-i ## Installation -Check out the docs for more complete [installation instructions](https://spatialdata.scverse.org/en/latest/installation.html). To get started with the "batteries included" installation, you can install via pip: +Check out the docs for more complete [installation instructions](https://spatialdata.scverse.org/en/stable/installation.html). To get started with the "batteries included" installation, you can install via pip: ```bash pip install "spatialdata[extra]" ``` -Note: if you are using a Mac with an M1/M2 chip, please follow the installation instructions. +or via conda: + +```bash +mamba install -c conda-forge spatialdata napari-spatialdata spatialdata-io spatialdata-plot +``` ## Limitations