PyOuroboros: Difference between revisions

From Ouroboros
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
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)
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}
<syntaxhighlight lang="Bash">
$ git clone https://ouroboros.rocks/git/pyouroboros
$ git clone https://ouroboros.rocks/git/pyouroboros
# Or github mirror:
# Or github mirror:
Line 9: Line 9:
$ cd pyouroboros
$ cd pyouroboros
./setup.py install
./setup.py install
(/syntaxhighlight}
</syntaxhighlight>

Revision as of 18:23, 8 June 2022

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)

$ git clone https://ouroboros.rocks/git/pyouroboros
# Or github mirror:
# git clone https://github.com/dstaesse/pyouroboros
$ cd pyouroboros
./setup.py install