Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit ca20305

Browse files
include the word "development" near "editable"
1 parent 9b47db0 commit ca20305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Once your Python virtual environment is loaded and your prompt looks similar to
103103

104104

105105
<!-- omit in toc -->
106-
#### 4. Install in "Editable Mode"
106+
#### 4. Install in "Editable Mode" for development
107107

108108
Execute the install command from the root of the repo directory:
109109

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ pip install .
210210

211211
*Note: If you installed it to a Python venv, [activate it](CONTRIBUTING.md#3-set-up-a-python3-virtual-environment).*
212212

213-
*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.*
213+
*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.*
214214

215215

216216

0 commit comments

Comments
 (0)