Skip to content

Commit

Permalink
Add editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed May 9, 2024
1 parent c29c27d commit 9ed3bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Otherwise you could also use [``virtualenv``](https://virtualenv.pypa.io/en/late

#### Install development dependencies (only necessary for ``virtualenv`` or ``venv``)

To install all the tools, plugins and other dependencies used for development and ``pynrw``, run this:
To install all the tools, plugins and other dependencies used for development and ``pynrw``, run this:

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

Alternatively, all the these can also be found in and installed via [``requirements-dev.txt``](/requirements-dev.txt); run this:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.
-e .
bandit
black
covdefaults
Expand Down

0 comments on commit 9ed3bb9

Please sign in to comment.