Skip to content

Commit 9272213

Browse files
jslane-hyanyanzhu-pnnl
authored andcommitted
Add 'Where to get it' section in README
1 parent bb1caeb commit 9272213

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ Quickly useful notes:
1212
- If you reference this package from other workspace packages, keep the `tool.uv.sources` entry that maps `comcheck_api = { workspace = true }` so `uv` resolves it to the local workspace copy.
1313
- For a single-package repo you can also rely on `members = ["."]` and omit additional sources, but leaving the explicit source entry is harmless and makes intent clear.
1414

15+
## Where to get it
16+
17+
The source code is hosted on GitHub at:
18+
https://github.com/pnnl/comcheckweb-api-python
19+
20+
Binary installers for the latest released version are available at the
21+
[Python Package Index (PyPI)](https://pypi.org/project/comcheck-api).
22+
23+
```sh
24+
pip install comcheck-api
25+
```
26+
1527
## Usage
1628

1729
### 1. Obtain an API Key

0 commit comments

Comments
 (0)