Change git url for pip installation in README (#2761)

* 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
This commit is contained in:
cbows 2022-01-11 18:31:07 +01:00 committed by GitHub
parent 0f26a0369e
commit 4efb795129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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_

View File

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