Skip to content

Commit

Permalink
CONTRIBUTING: use long option in "pip install -e"
Browse files Browse the repository at this point in the history
Replace pip install -e with its equivalent long option pip install --editable.

This makes the documentation more explicit for people not familiar with pip command line.
  • Loading branch information
muxator committed Oct 8, 2019
1 parent 8e60332 commit c179679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -10,7 +10,7 @@ This package requires Python >= 3.5.

As a Python package, you can set up a development environment by cloning this repo and running:

python3 -m pip install -e .
python3 -m pip install --editable .

from the repo directory.

Expand Down

0 comments on commit c179679

Please sign in to comment.