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: https://www.rust-lang.org/learn/get-started 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: .. code-block:: console # cd /kete/source/directory pip install .