Skip to content

Commit

Permalink
Remove instructions for specific package managers
Browse files Browse the repository at this point in the history
These are subject to change (e.g. uv is being widely adopted), and
users with a preferred package manager will already know how to
install a package with it.
  • Loading branch information
srstevenson committed Oct 19, 2024
1 parent 41d85d6 commit 6bab8c9
Showing 1 changed file with 3 additions and 9 deletions.
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], use [pip]:

```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

0 comments on commit 6bab8c9

Please sign in to comment.