The installation documentation is pretty poor
The pip
should be better documented:
No pipx
suggestion since it’s not an executable, not a library.
It’s a library, so installing is fine to test it.
pip install --user duniterpy
Once you adopted it, and want to add it to your Python project, you can add it to your Python development environment: pyproject.toml
, requirements.txt
, setup.py
. We recommend Poetry usage.
Edited by Moul