Installation instructionsΒΆ

The CodeChat System provides a GUI for CodeChat integrated within a variety of text editors and IDEs. Install that for most use cases. If you prefer to use CodeChat from the terminal / command prompt:

  • From the terminal / command line, execute pip install --upgrade CodeChat (Windows) or pip3 install --upgrade CodeChat (Linux/Mac).

  • Download the source, unzip, then execute python setup.py install (Windows) or python3 setup.py install (Linux/Mac) from the terminal / command line.

  • Clone the CodeChat repository, then execute python setup.py install (Windows) or python3 setup.py install (Linux/Mac) from the terminal / command line.