mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
8 lines
133 B
Bash
8 lines
133 B
Bash
#!/bin/bash
|
|
|
|
# install developer dependencies
|
|
pip install .[dev]
|
|
|
|
# make sure the developer uses pre-commit hooks
|
|
pre-commit install
|