mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 10:40:48 +05:30
Add README.md instructions for developers
This commit is contained in:
@@ -29,6 +29,7 @@ to own a GPU yourself.
|
||||
- [Usage](#usage)
|
||||
- [License](#license)
|
||||
- [Documentation](#documentation)
|
||||
- [Contributing](#contributing)
|
||||
|
||||
## Main Features
|
||||
Here are just a few of the things that nvcc4jupyter does well:
|
||||
@@ -75,6 +76,18 @@ The official documentation is hosted on [readthedocs](https://nvcc4jupyter.readt
|
||||
## License
|
||||
[MIT](LICENSE)
|
||||
|
||||
## Contributing
|
||||
|
||||
Install the package with the development dependencies:
|
||||
```bash
|
||||
pip install .[dev]
|
||||
```
|
||||
|
||||
As a developer, make sure you install the pre-commit hook before commiting any changes:
|
||||
```bash
|
||||
pre-commit install
|
||||
```
|
||||
|
||||
<hr>
|
||||
|
||||
[Go to Top](#table-of-contents)
|
||||
|
||||
Reference in New Issue
Block a user