From 2e3ed00f0d19a75fcd64874714cb3aeeeb80c10e Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 29 May 2024 21:11:16 +0100 Subject: [PATCH] simpler install command --- docs/source/usage/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage/installation.rst b/docs/source/usage/installation.rst index cdeacccb..0ceca12d 100644 --- a/docs/source/usage/installation.rst +++ b/docs/source/usage/installation.rst @@ -46,7 +46,7 @@ Development Installation If you are developing JADE, you can use the '-e' option when installing and you should install the additional dev dependencies. - | ``pip install -e . ".[dev]"`` + | ``pip install -e .[dev]`` Running ^^^^^^^