Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Modified the command in point four (4) so that it works correctly in all operating systems. More details in this thread: mu-editor/mu#852.
  • Loading branch information
RodrigoVillatoro authored Feb 3, 2022
1 parent 50ff5e6 commit 0def1f6
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 @@ -36,7 +36,7 @@ To develop PyG on your machine, here are some tips:
4. Install PyG in editable mode:

```bash
pip install -e .[dev,full]
pip install -e ".[dev,full]"
```

This mode will symlink the Python files from the current local source tree into the Python install. Hence, if you modify a Python file, you do not need to reinstall PyG again and again.
Expand Down

0 comments on commit 0def1f6

Please sign in to comment.