Skip to content

Commit

Permalink
Merge pull request #2579 from DimitriPapadopoulos/pin_pip
Browse files Browse the repository at this point in the history
Fix typo in README pin → pip
  • Loading branch information
peternewman authored Nov 2, 2022
2 parents 73d0497 + 4287f34 commit 3f05fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Development Setup

As suggested in the `Python Packaging User Guide`_, ensure ``pip``, ``setuptools``, and ``wheel`` are up to date before installing from source. Specifically you will need recent versions of ``setuptools`` and ``setuptools_scm``::

pin install --upgrade pip setuptools setuptools_scm wheel
pip install --upgrade pip setuptools setuptools_scm wheel

You can install required dependencies for development by running the following within a checkout of the codespell source::

Expand Down

0 comments on commit 3f05fd6

Please sign in to comment.