Installation

Requirements

  • A working installation of Python with a minimum version of 3.9.

  • Any Mac/Windows/Linux machine except Mac using Intel Processors. For these machines, installation from source is required (see below).

Steps

Once Python is installed, then installation should just require opening a terminal window and running the following command:

pip install kete

Installation from Source

These instructions are the method to install kete from source, it assumes that you have already downloaded a copy of the source code.

Requirements

Steps

Once Python and Rust are installed, then installation should just require opening a terminal window to the folder where the source is located and running the following command:

# cd /kete/source/directory
pip install .