From d42756286b67dc4c24e0363a4c61189e4074fa1d Mon Sep 17 00:00:00 2001 From: LucaMarconato <2664412+LucaMarconato@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:18:50 +0200 Subject: [PATCH] mention forks in install instructions --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index e5728aae..480a7362 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -58,7 +58,7 @@ To install `spatialdata` from GitHub, run: pip install git+https://github.com/scverse/spatialdata ``` -Alternative you can clone the repository and do an editable install with: +Alternative you can clone the repository (or a fork of it if you are contributing) and do an editable install with: ```bash pip install -e .