Skip to content

Commit

Permalink
Acknowledge scientific python cookie template
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored Sep 6, 2024
1 parent 7d41272 commit 66a15d6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
[![Actions Status][actions-badge]][actions-link]
[![Documentation Status][rtd-badge]][rtd-link]

[![PyPI version][pypi-version]][pypi-link]
[![Conda-Forge][conda-badge]][conda-link]
[![PyPI platforms][pypi-platforms]][pypi-link]

[![GitHub Discussion][github-discussions-badge]][github-discussions-link]

<!-- SPHINX-START -->

<!-- prettier-ignore-start -->
Expand All @@ -32,7 +26,7 @@ Such datasets are intended to be used by the NASA STV community for
calibration/validation, fusion algorithm development, and discipline-specific
scientific analysis.

**This tool is under active development, there are no stable releases yet! **
**This tool is under active development, there are no stable releases yet!**

## Development

Expand All @@ -42,10 +36,16 @@ Use [pixi](https://pixi.sh) for environment management
git clone https://github.com/uw-cryo/coincident.git
cd coincident
git checkout -b newfeature
pixi install
pixi shell --environment dev # type `exit` to deactivate
pre-commit install

# Pre-configured environments and commands
# Or run pre-configured environments and commands
pixi run test
pixi run lint
pixi run docs
```

### Acknowledgements

- Python packaging template provided by https://github.com/scientific-python/cookie

0 comments on commit 66a15d6

Please sign in to comment.