Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 509 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 509 Bytes

libsession-python

Python interface around (some of) libsession-util.

This library is available pre-compiled for recent Debian/Ubuntu distributions via the Oxen apt repository.

Building from source

Dependencies:

  • python3-pip
  • python3-dev
  • pybind11-dev
  • libsession-util-dev

Check the source out with

$ git clone https://github.com/oxen-io/libsession-python
$ cd libsession-python

Install using:

$ pip3 install .