From 836d9ba324fd485798392acfc38a9b1910805e07 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Thu, 12 Sep 2024 18:12:10 +0200 Subject: Adding a build package documentation page. --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/installation.md') diff --git a/docs/installation.md b/docs/installation.md index 66b801b..fe4cfa4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -37,8 +37,8 @@ pip install ./dist/argaze-VERSION.whl !!! note "As ArGaze package contributor" - *You should prefer to install the package in developer mode to test live code changes:* + *You should prefer to install the package in editable mode to test live code changes:* ``` - pip install -e . + pip install --editable . ``` -- cgit v1.1