Installation
These instructions are the method to install kete from source, it assumes that you have already downloaded a copy of the source code.
Requirements
A working installation of Python with a minimum version of 3.8.
Installation from the source code additionally requires an installation of the Rust programming language. Installation instructions for this may be found here:
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 .