From ca20305bf3f010727a5514bcf4d2d184b8c02b19 Mon Sep 17 00:00:00 2001 From: Jackson Chen Date: Wed, 14 Jun 2023 09:01:23 +0200 Subject: [PATCH] include the word "development" near "editable" --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 865d5726..e5c18b8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -103,7 +103,7 @@ Once your Python virtual environment is loaded and your prompt looks similar to -#### 4. Install in "Editable Mode" +#### 4. Install in "Editable Mode" for development Execute the install command from the root of the repo directory: diff --git a/README.md b/README.md index 21c49214..7ba7fa9c 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ pip install . *Note: If you installed it to a Python venv, [activate it](CONTRIBUTING.md#3-set-up-a-python3-virtual-environment).* -*Note: If you installed it in [editable mode](CONTRIBUTING.md#4-install-in-editable-mode) you can spare the `pip install .` command - just `git pull` and you're done.* +*Note: If you installed it in [editable mode](CONTRIBUTING.md#4-install-in-editable-mode) (or for development), you can spare the `pip install .` command - just `git pull` and you're done.*