Installation#

Dependencies#

Regardless of your needs, the following libraries are required:

These can be installed directly via pip. If you downloaded the code, you can just go to the folder and do:

pip install -r requirements.txt

Installing the library on your system#

Once the library is more stable, I will move it to PyPi; in the meantime, you can use:

pip install git+https://git.sr.ht/~tfardet/OrgMatt

If you want to tinker with the code, you can also download it and use an editable install via:

git clone https://git.sr.ht/~tfardet/OrgMatt
cd OrgMatt
pip install -e .