Skip to content

Commit

Permalink
include the word "development" near "editable"
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonChen666 committed Jun 14, 2023
1 parent 9b47db0 commit ca20305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Once your Python virtual environment is loaded and your prompt looks similar to


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

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*



Expand Down

0 comments on commit ca20305

Please sign in to comment.