Installation
Linkapy can be installed via pypi:
pip install linkapy
A development version can be installed from github, by cloning the repository. Note that a development version requires you to have Maturin installed. Additionaly, you need to have Rust installed as well. Linkapy can then be installed with:
git clone git@github.com:WardDeb/linkapy.git
cd linkapy
pip install .
Can also be done with maturin:
git clone git@github.com:WardDeb/linkapy.git
cd linkapy
maturin develop --release
There are additional dependencies for documentation, building, and developing/testing. These can be included too:
maturin develop --release --extras docs,dev,build
or
pip install .[docs,dev,build]
Linkapy can also be used through pixi. After cloning the repository, you can install / use linkapy with:
pixi run linkapy -h