From 8db2133aee10d8b5c7c4b1ec331a00042f5e8d87 Mon Sep 17 00:00:00 2001 From: Pieter P Date: Fri, 31 Mar 2023 18:09:25 +0200 Subject: [PATCH] README.md: use HTTPS for pip install Support for the unencrypted Git protocol was dropped by GitHub: https://github.blog/2021-09-01-improving-git-protocol-security-github/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfbad04..a9d404f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ be referenced to generate docstrings in pybind11 binding code. To install the latest development version: ```bash -python -m pip install git+git://github.com/pybind/pybind11_mkdoc.git@master +python -m pip install git+https://github.com/pybind/pybind11_mkdoc.git@master ``` ## Usage