This repository was archived by the owner on Jan 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 44=====
55PyOTA
66=====
7+ .. warning ::
8+ ⚠️ This is pre-release software; it may have performance or stability issues.
9+ Please do not use this software on mainnet until v2.0.0 stable is released. ⚠️
10+
711This is the official Python library for the IOTA Core.
812
913It implements both the `official API `_, as well as newly-proposed functionality
@@ -28,9 +32,13 @@ PyOTA is compatible with Python 3.6, 3.5 and 2.7.
2832============
2933Installation
3034============
35+ .. warning ::
36+ ⚠️ This is pre-release software; it may have performance or stability issues.
37+ Please do not use this software on mainnet until v2.0.0 stable is released. ⚠️
38+
3139To install the latest version::
3240
33- pip install pyota
41+ pip install --pre pyota
3442
3543Optional C Extension
3644====================
@@ -39,7 +47,7 @@ cryptography features significantly (speedups of **60x** are common!).
3947
4048To install this extension, use the following command::
4149
42- pip install pyota[ccurl]
50+ pip install --pre pyota[ccurl]
4351
4452
4553Installing from Source
You can’t perform that action at this time.
0 commit comments