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:
parent
0f26a0369e
commit
4efb795129
@ -37,6 +37,10 @@
|
|||||||
|
|
||||||
- Update GitHub action to support containerized runs (#2748)
|
- Update GitHub action to support containerized runs (#2748)
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- Change protocol in pip installation instructions to `https://` (#2761)
|
||||||
|
|
||||||
## 21.12b0
|
## 21.12b0
|
||||||
|
|
||||||
### _Black_
|
### _Black_
|
||||||
|
@ -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:
|
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
|
### Usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user