aboutsummaryrefslogtreecommitdiff
path: root/docs/installation.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-09-12 18:12:10 +0200
committerThéo de la Hogue2024-09-12 18:12:10 +0200
commit836d9ba324fd485798392acfc38a9b1910805e07 (patch)
treefcad0bbf58641c7a994f1a21bad7753382ab8e2a /docs/installation.md
parentc6f6dd75bef943c4eef6353cab66628dc23abf6a (diff)
downloadargaze-836d9ba324fd485798392acfc38a9b1910805e07.zip
argaze-836d9ba324fd485798392acfc38a9b1910805e07.tar.gz
argaze-836d9ba324fd485798392acfc38a9b1910805e07.tar.bz2
argaze-836d9ba324fd485798392acfc38a9b1910805e07.tar.xz
Adding a build package documentation page.
Diffstat (limited to 'docs/installation.md')
-rw-r--r--docs/installation.md4
1 files changed, 2 insertions, 2 deletions
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 .
```