Installation

March 27, 2025 ยท View on GitHub

Linux only !

Install through pip

$ pip install puckepy

Local installation

Requires Python3 >= 3.12 and Rust >= 1.85

Install Rust

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Download the repository and enter the directory

$ git clone https://github.com/jrihon/puckepy.git
$ cd puckepy/

Install the maturin framework

$ pip install maturin

Create a virtual env through pip

$ python3 -m venv .venv
$ source .venv/bin/activate

Compile the puckepy library

$ maturin develop

For other installation methods of maturin, visit the maturin.rs website