Installation instructions

On Windows, CodeChat is bundled with the Enki; for these users, installing Enki will install CodeChat. See A programmer’s word processor for more information on CodeChat itself. For other OSes or for manual installation:

  • From the command line, execute pip install --upgrade CodeChat.
  • Download the source, unzip, then execute python setup.py install from the command line.
  • Clone the CodeChat repository, then execute python setup.py install from the command line.
  • For Linux users, see these installation instructions. This version is usually older than the pip package (see above).