Skip to content

Install python package released on GitHub release assets.

License

Notifications You must be signed in to change notification settings

utisam/gh-pip-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gh pip-install

GitHub CLI extension in order to install python package released on GitHub release assets.

Installation

gh extension install utisam/gh-pip-install

This extension depends on pip command.

Usage

# Install the latest released package ("\\.whl$") of the current repository
gh pip-install
# Install the latest package of OWNER/REPO
gh pip-install --repo OWNER/REPO
# Install the package tagged as v1.0 of OWNER/REPO
gh pip-install v1.0
# Use pip3 command
gh pip-install --pip pip3

Use --help option for more details.

About

Install python package released on GitHub release assets.

Topics

Resources

License

Stars

Watchers

Forks

Languages