Skip to content

Installation

Install the exls CLI to interact with the exalsius platform from your terminal.

Prerequisites

  • Python 3.12 or newer

Virtual environment

Install the CLI in a dedicated virtual environment to avoid dependency conflicts:

python -m venv .venv
source .venv/bin/activate

Install the CLI

pip install exls
uv pip install exls

pipx install exls
pipx installs the CLI in an isolated environment and makes it available globally — no virtual environment setup needed.

Verify the installation

Run exls --help to confirm the CLI is installed:

exls --help

exls CLI help output

exls not found

Ensure your Python bin (Linux/macOS) or Scripts (Windows) directory is in your system PATH.

Update the CLI

pip install --upgrade exls
uv pip install --upgrade exls
pipx upgrade exls

Troubleshooting

  • Verify your Python version is 3.12 or newer: python --version.
  • Ensure pip is up to date: pip install --upgrade pip.
  • If exls is installed in multiple virtual environments, confirm you have the correct one activated.
  • If problems persist, open an issue on the exalsius CLI GitHub repository or reach out on Discord.

Next steps

Continue to the quickstart to log in, import your first node, and start a workspace.