Skip to content

Commit

Permalink
Editable install in contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Dec 18, 2021
1 parent bbeb330 commit 2272321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Development install
python3 -m pip install virtualenv
python3 -m virtualenv venv
. venv/bin/activate
python3 -m pip install .[dev]
python3 -m pip install -e .[dev]
pre-commit install
Expand Down

0 comments on commit 2272321

Please sign in to comment.