Getting Started with the Kodexa CLI
The Kodexa CLI is part of our version 5.0 release. In order to install it, you will need Python 3.9+ installed on your desktop. You can find information on installing Python here.
Once you have Python installed, you can install the Kodexa CLI using:
$ pip install kodexa~=5.0.0b
You can confirm it is installed by then running:
$ kodexa version
Should you need to upgrade the version of the current CLI, you can run
$ pip install kodexa~=5.0.0b --upgrade