From 199c562636fe5e54ad9de23b83248e6911d0e837 Mon Sep 17 00:00:00 2001 From: "alban.levity" Date: Tue, 2 Nov 2021 15:57:42 +0100 Subject: [PATCH] fixing url to follow https://github.blog/2021-09-01-improving-git-protocol-security-github/#how-do-i-prepare --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed1bab..e26f4af 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Somewhat fast updating and downdating of Cholesky factors in Python ##installation -Install from GitHub: `pip install git+git://github.com/jcrudy/choldate.git` +Install from GitHub: `pip install git+https://github.com/jcrudy/choldate.git` Or, clone the GitHub repository and install from source, e.g.,