Installation¶
Stable release¶
To install python-nakb, run this command in your terminal:
uv add python-nakb
Or if you prefer to use pip:
pip install python-nakb
From source¶
The source files for python-nakb can be downloaded from the GitLab repo.
You can either clone the public repository:
git clone git://gitlab.com/MorfeoRenai/python-nakb
Or download the tarball:
curl -OJL https://gitlab.com/MorfeoRenai/python-nakb/tarball/main
Once you have a copy of the source, you can install it with:
cd python-nakb
make install