Skip to content

Commit

Permalink
Editable installation in CONTRIBUTING.md (#132)
Browse files Browse the repository at this point in the history
editable installation
  • Loading branch information
ziw-liu authored Feb 22, 2024
1 parent 0df6135 commit 73f8625
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 @@ -20,7 +20,7 @@ to [fork](https://github.com/czbiohub/mantis/fork) the repository.
1. Install the package in development mode:

```
pip install ".[dev]"
pip install -e ".[dev]"
```

2. Install pre-commit hooks:
Expand Down

0 comments on commit 73f8625

Please sign in to comment.