Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 291 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 291 Bytes

pyjudec

Python interface to libjudec (jude-encoding)

building

dependencies

  • python3-pip
  • python3-dev
  • pybind11-dev
  • libjudec-dev

Check the source out with

$ git clone https://github.com/Judecoin/jude-pyjudec.git
$ cd jude-pyjudec

Install using:

$ pip3 install .