Skip to content

Commit

Permalink
Instruct to install in editable mode in CONTRIBUTING docs
Browse files Browse the repository at this point in the history
This should fix #330
  • Loading branch information
AdrianDAlessandro authored Oct 23, 2024
1 parent 1ec99d4 commit ef300b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ the conflicts. To install the development dependencies and then `SWMManywhere`
in development mode, run:

```bash
pip install .[dev,doc]
pip install -e .[dev,doc]
```

## Quality assurance and linting
Expand Down

0 comments on commit ef300b4

Please sign in to comment.