From 4d8e799ee0be6eed588c5920cebff09bece111f3 Mon Sep 17 00:00:00 2001 From: Jakob Troidl Date: Wed, 11 Sep 2024 13:50:06 -0400 Subject: [PATCH] fix install fastcore installation path fix string in pip install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dadf29..4588a48 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ setup. This requires a C-compiler to be present (see a very brief explanation). ```bash -$ pip3 install git+git://github.com/navis-org/fastcore@main +$ pip3 install git+https://github.com/navis-org/fastcore@main ``` ## Examples