PyOuroboros: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Under construction}}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Under construction}} | {{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 | |||
# Or github mirror: | |||
# git clone https://github.com/dstaesse/pyouroboros | |||
$ cd pyouroboros | |||
./setup.py install | |||
(/syntaxhighlight} |
Revision as of 18:22, 8 June 2022
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
- Or github mirror:
- git clone https://github.com/dstaesse/pyouroboros
$ cd pyouroboros ./setup.py install (/syntaxhighlight}