Skip to content

Commit

Permalink
docs: remove repeated "with" in CONTRIBUTING.md (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Aug 8, 2023
1 parent 47787e4 commit 0b1ecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description of best practices for developing scientific packages.

The fastest way to start with development is to use nox. If you don't have nox,
you can use `pipx run nox` to run it without installing, or `pipx install nox`.
If you don't have pipx (pip for applications), then you can install with with
If you don't have pipx (pip for applications), then you can install with
`pip install pipx` (the only case were installing an application with regular
pip is reasonable). If you use macOS, then pipx and nox are both in brew, use
`brew install pipx nox`.
Expand Down

0 comments on commit 0b1ecf3

Please sign in to comment.