PyOuroboros

From Ouroboros
Revision as of 18:22, 8 June 2022 by Dimitri (talk | contribs)
Jump to navigation Jump to search

Under contruction This page is under construction  

The python API allows you to write Ouroboros-native programs in Python (>=3.4) is available as a separate repository. You need Ouroboros installed before installing PyOuroboros. To download and install PyOuroboros(virtual environment recommended)

{syntaxhighlight lang=Bash} $ git clone https://ouroboros.rocks/git/pyouroboros

  1. Or github mirror:
  2. git clone https://github.com/dstaesse/pyouroboros

$ cd pyouroboros ./setup.py install (/syntaxhighlight}