- Python 3.10 or later
pip
-
Go to the Releases page and download the
.whlfile from the latest release. -
Install it with pip:
pip install ce_cli-<version>-py3-none-any.whl
- Verify the installation:
ce --help
git clone https://github.com/CredentialEngine/ce-cli.git
cd ce-cli
pip install -e .
Download the .whl from the new release and re-run:
pip install --upgrade ce_cli-<version>-py3-none-any.whl