mirror of
https://github.com/brockar/NVML-GPU-Control.git
synced 2026-01-11 15:01:01 -03:00
Added publishing instructions for ease of use
This commit is contained in:
@@ -21,6 +21,18 @@ pip install .
|
||||
python ./tests/test_nvml.py -b
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
```bash
|
||||
python -m build
|
||||
```
|
||||
|
||||
## Upload to Pypi
|
||||
|
||||
```bash
|
||||
python -m twine upload dist/*
|
||||
```
|
||||
|
||||
## Versioning
|
||||
|
||||
Version number scheme: XX.YY.ZZ.WW
|
||||
|
||||
Reference in New Issue
Block a user