Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove instructions for specific package managers #301

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ integration pipelines.

## Installation

To install the latest release from [PyPI], use [pip]:
`nb-clean` requires Python 3.9 or later. To install the latest release from
[PyPI] with [pip], use:

```bash
python3 -m pip install nb-clean
Expand All @@ -36,10 +37,6 @@ python3 -m pip install nb-clean
conda install -c conda-forge nb-clean
```

In Python projects using [Poetry] or [PDM] for dependency management, add
`nb-clean` as a development dependency with `poetry add --group dev nb-clean` or
`pdm add --dev nb-clean`. `nb-clean` requires Python 3.9 or later.

## Usage

### Checking
Expand Down Expand Up @@ -286,16 +283,13 @@ instead.

## Copyright

Copyright © [Scott Stevenson].
Copyright © Scott Stevenson.

`nb-clean` is distributed under the terms of the [ISC license].

[conda]: https://docs.conda.io/
[isc license]: https://opensource.org/licenses/ISC
[papermill]: https://papermill.readthedocs.io/
[pdm]: https://pdm.fming.dev/
[pip]: https://pip.pypa.io/
[poetry]: https://python-poetry.org/
[pre-commit]: https://pre-commit.com/
[pypi]: https://pypi.org/project/nb-clean/
[scott stevenson]: https://scott.stevenson.io
Loading