Browse docs

← All docs

docs / install.md

Install cix

cix ships as a Python package called usecix. Install it with pip:

bash
$ pip install usecix

This puts the cix command on your PATH, along with cix-<command> aliases (for example cix-doctor).

Requirements

  • Python 3.11+ — check with python --version.
  • Git — check with git --version.

If pip points at an older Python, use an explicit interpreter:

bash
$ python3.11 -m pip install usecix

Verify the install

bash
$ cix --version

If that prints a version, the install worked. Next, log in.

Upgrading later: pip install --upgrade usecix.