From 6bf8b424a499a9418dcaaf716ee3a5aee2092a9a Mon Sep 17 00:00:00 2001 From: Jeffrey Lazar Date: Tue, 11 Jan 2022 17:21:30 -0500 Subject: [PATCH] Change installation url to comply with git security change --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 987290ac91f..1227f653757 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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: -`pip install git+git://github.com/psf/black` +`pip install git+https://github.com/psf/black` ## Basic usage