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 +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
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-
117This is the official Python library for the IOTA Core.
128
139It implements both the `official API `_, as well as newly-proposed functionality
@@ -32,13 +28,9 @@ PyOTA is compatible with Python 3.6, 3.5 and 2.7.
3228============
3329Installation
3430============
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-
3931To install the latest version::
4032
41- pip install --pre pyota
33+ pip install pyota
4234
4335Optional C Extension
4436====================
@@ -47,7 +39,7 @@ cryptography features significantly (speedups of **60x** are common!).
4739
4840To install this extension, use the following command::
4941
50- pip install --pre pyota[ccurl]
42+ pip install pyota[ccurl]
5143
5244
5345Installing from Source
@@ -75,7 +67,7 @@ For the full documentation of this library, please refer to the
7567`official API `_
7668
7769
78- .. _Create virtualenv : https://virtualenvwrapper.readthedocs.io /
70+ .. _Create virtualenv : https://realpython.com/blog/python/python-virtual-environments-a-primer /
7971.. _PyOTA Bug Tracker : https://github.com/iotaledger/iota.lib.py/issues
8072.. _Slack : https://slack.iota.org/
8173.. _dedicated forum : https://forum.iota.org/
You can’t perform that action at this time.
0 commit comments