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 Apr 17, 2023
1 parent 568d286 commit 0f51229
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 0f51229

Please sign in to comment.