Hello all,

those who feel comfortable with installing Python packages from
source and installing Ledger's dependencies are invited to help
test the very first draft Pull Request¹ that allows the Ledger
Python package to be install via pip² (or other installation
methods supporting pyproject.toml³).

With Ledger's main dependencies installed (boost, boost-python, gmp,
mpfr, and gpgme) you can run the following (ideally from a Python 
virtual environment) to install the Ledger Python package:

  % /usr/bin/env CMAKE_BUILD_PARALLEL_LEVEL=$(sysctl -n hw.ncpu) \
    pip install --verbose --no-dependencies \
    git+https://github.com/afh/ledger.git@pypi

to test run:

  % python ${PATH_TO}/ledger.git/python/demo.py

Head over to https://github.com/ledger/ledger/pull/2246 for
further the details and leave feedback and comments on the PR.

If you are interested in helping shape the future of Ledger
Python package API now is the time to chime in.


Best
Alexis

¹ https://github.com/ledger/ledger/pull/2246
² https://pypi.org/project/pip
³ https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/20230420220710.lj5i37y32rxbbc5y%40kei.local.

Reply via email to