From aedf507ca4009b20982c7c7f3b193584271e662e Mon Sep 17 00:00:00 2001 From: Jim Enright Date: Thu, 9 Mar 2023 20:21:30 +0000 Subject: [PATCH] Change recommended VCS download command to https Signed-off-by: Jim Enright --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 277fc0e..c61a3d7 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ Installation To install directly from latest commits, in python requirements.txt :: - git+git://github.com/cloudera-labs/cdpy@main#egg=cdpy + git+https://github.com/cloudera-labs/cdpy@main#egg=cdpy For General usage, installed from cmdline :: @@ -18,7 +18,7 @@ For General usage, installed from cmdline :: To install the development branch instead of main :: - git+git://github.com/cloudera-labs/cdpy@devel#egg=cdpy + git+https://github.com/cloudera-labs/cdpy@devel#egg=cdpy Usage =====