From 3809b5f909cdad36506114f46e5bb6adc4713cdb Mon Sep 17 00:00:00 2001 From: Carl Buchholz <32228189+aGuyLearning@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:09:27 +0100 Subject: [PATCH] Cotributing typo fix (#821) * typo fix, to be more in line with previous mention * added syntax error * remove syntax error --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index e56e74b3..ab0d890b 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -51,7 +51,7 @@ and [prettier][prettier-editors]. ## Writing tests ```{note} -Remember to first install the package with `pip install '-e[dev,test]'` +Remember to first install the package with `pip install -e "[dev,test,docs]"` ``` This package uses the [pytest][] for automated testing. Please [write tests][scanpy-test-docs] for every function added