From 3ae1cf0182f7e089fe4e247d2c218e96a0427d06 Mon Sep 17 00:00:00 2001 From: scverse-bot <108668866+scverse-bot@users.noreply.github.com> Date: Thu, 8 Dec 2022 17:12:54 +0100 Subject: [PATCH] Update instance repo from cookiecutter template (#32) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- docs/developer_docs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/developer_docs.md b/docs/developer_docs.md index c95a9a6..536d215 100644 --- a/docs/developer_docs.md +++ b/docs/developer_docs.md @@ -193,7 +193,8 @@ In addition to the packages needed to _use_ this package, you need additional py the documentation_. It's easy to install them using `pip`: ```bash -pip install "cookiecutter-scverse-instance[dev,test,doc]" +cd cookiecutter-scverse-instance +pip install -e ".[dev,test,doc]" ``` ### Code-style