Skip to content

Commit

Permalink
Change: Update README about pip usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jul 17, 2023
1 parent 40abe0a commit 7abe09f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ formatting via [black](https://github.com/ambv/black).
You can install the latest stable release of autohooks-plugin-black from the
Python Package Index using [pip](https://pip.pypa.io/):

pip install autohooks-plugin-black

Note the `pip` refers to the Python 3 package manager. In a environment where
Python 2 is also available the correct command may be `pip3`.
python3 -m pip install autohooks-plugin-black

### Install using poetry

Expand Down

0 comments on commit 7abe09f

Please sign in to comment.