Skip to content

Commit ee8ea66

Browse files
committed
Adjust package name to PyPI practice
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 0bf8595 commit ee8ea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repository can be installed from PyPI or from source.
1616
### Installing from PyPI
1717

1818
```bash
19-
pip install case_utils
19+
pip install case-utils
2020
```
2121

2222
Users who wish to install from PyPI should be aware that while CASE's ontology is in its pre-1.0.0 release state, backwards-incompatible ontology changes may occur. This may manifest as [`case_validate`](#case_validate) reporting data review errors after installing an updated `case_utils` version. Users may wish to pin `case_utils` within any dependent code bases to be less than the next unreleased SEMVER-minor version. (E.g. if `case_utils` version `0.8.0` is currently available, a newly adopting project might wish to track `case_utils<0.9.0` among its dependencies.)

0 commit comments

Comments
 (0)