Skip to content

Commit

Permalink
Change recommended VCS download command to https (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <[email protected]>
  • Loading branch information
jimright authored and wmudge committed Sep 28, 2023
1 parent 2f94542 commit 21b869c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ 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 ::

pip install cdpy

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
=====
Expand Down

0 comments on commit 21b869c

Please sign in to comment.