Change installation url to comply with git security change (#2765)

Co-authored-by: Jeffrey Lazar <jlazar@MacBook-Pro-2.local>
This commit is contained in:
Jeffrey Lazar 2022-01-11 17:37:07 -05:00 committed by GitHub
parent 4efb795129
commit 8954e58ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,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`
## Basic usage ## Basic usage