Skip to content

Commit

Permalink
Change git url for pip installation in README (#2761)
Browse files Browse the repository at this point in the history
* Change git url for pip installation in README

Unauthenticated git protocol was disabled recently by Github and should not be used anymore.

https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

* Update CHANGES.md
  • Loading branch information
bo5o authored Jan 11, 2022
1 parent 0f26a03 commit 4efb795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@

- Update GitHub action to support containerized runs (#2748)

### Documentation

- Change protocol in pip installation instructions to `https://` (#2761)

## 21.12b0

### _Black_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ run. If you want to format Jupyter Notebooks, install with `pip install black[ju

If you can't wait for the latest _hotness_ and want to install from GitHub, use:

`pip install git+git://github.com/psf/black`
`pip install git+https://github.com/psf/black`

### Usage

Expand Down

0 comments on commit 4efb795

Please sign in to comment.