Skip to content

Commit

Permalink
docs: Advocate for 'python -m pip install -e .' in CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 11, 2021
1 parent 04a837a commit 5a8ce21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Next, configure your Python environment:
7. Create a Python virtual environment using `python -m venv .venv`
8. Activate it using `source .venv/bin/activate`
9. Upgrade the development dependencies using `python -m pip install -U pip setuptools wheel flit tox`
10. Install the code in development mode using `flit install --symlink`
10. Install the code in development mode using `python -m pip install -e .`
(this means that the installed code will change as soon as you change it in the
download location).

Expand Down

0 comments on commit 5a8ce21

Please sign in to comment.