mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 19:50:50 +05:30
Install dev dependencies in editable mode
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# install developer dependencies
|
# install developer dependencies
|
||||||
pip install .[dev]
|
pip install -e .[dev]
|
||||||
|
|
||||||
# make sure the developer uses pre-commit hooks
|
# make sure the developer uses pre-commit hooks
|
||||||
pre-commit install
|
pre-commit install
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ If not using the devcontainer you need to install the package with the
|
|||||||
development dependencies and install the pre-commit hook before commiting any
|
development dependencies and install the pre-commit hook before commiting any
|
||||||
changes:
|
changes:
|
||||||
```bash
|
```bash
|
||||||
pip install .[dev]
|
pip install -e .[dev]
|
||||||
pre-commit install
|
pre-commit install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user