# CLI
This is the official Jexia CLI for interacting with the Jexia platform.
# Compatibility
Jexia CLI requires Python version 2.7.15 or higher.
# Installation
# Unix-like OS
Install Jexia CLI with pip
:
sudo pip install jexia-cli
or with easy_install
:
sudo easy_install jexia-cli
or with virtualenv
:
virtualenv env
env/bin/pip install jexia-cli
sudo ln -s `pwd`/env/bin/jexia /usr/local/sbin/jexia
# Windows
Install Jexia CLI with pip
:
sudo pip install jexia-cli
or with easy_install
:
sudo easy_install jexia-cli
# Usage
For the correct usage documentation of the CLI please check out the full CLI docs here.
# Other releases
The development version can be downloaded from GitHub.