You can install DuniterPy and its dependencies with following command:
You can install DuniterPy and its dependencies with following command:
```bash
```sh
pip3install duniterpy--user
pip install--userduniterpy
```
```
Once you want to add DuniterPy to your Python project, you can add it as a dependency to your Python development environment: `pyproject.toml`, `requirements.txt`, `setup.py`.
We recommend [Poetry](https://python-poetry.org) usage.