Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 402 Bytes

File metadata and controls

21 lines (12 loc) · 402 Bytes

Install gptctl

You can install gptctl directly from GitHub releases without PyPI using pip or pipx.

Using pip (per-project or virtualenv)

VERSION="0.1.0"
pip install https://github.com/Zigr/gptctl/releases/download/v${VERSION}/gptctl-${VERSION}-py3-none-any.whl

Using pipx (system-wide, isolated)

pipx install git+https://github.com/Zigr/gptctl.git