Skip to content

Installation

To get started with the project, follow these steps:

  • Prerequisites: In order to correctly install pyrkm you need python3.9 or higher. If you don't have it installed, you can download it from the official website.

  • Install the package:

    python -m pip install pyrkm
    

  • Or: Clone the repository:

    git clone https://github.com/Kirchhoff-Machines/pyrkm.git
    cd pyrkm
    git submodule init
    git submodule update
    pip install .