Skip to content

Commit

Permalink
Merge pull request #331 from ImperialCollegeLondon/dev-docs-fix
Browse files Browse the repository at this point in the history
Instruct to install in editable mode in CONTRIBUTING docs
  • Loading branch information
barneydobson authored Oct 23, 2024
2 parents 1ec99d4 + ef300b4 commit 6346642
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 6346642

Please sign in to comment.