Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 2400d21

Browse files
committed
Preparing to take PyOTA out of beta.
1 parent 7762805 commit 2400d21

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.rst

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
=====
55
PyOTA
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-
117
This is the official Python library for the IOTA Core.
128

139
It 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
============
3329
Installation
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-
3931
To install the latest version::
4032

41-
pip install --pre pyota
33+
pip install pyota
4234

4335
Optional C Extension
4436
====================
@@ -47,7 +39,7 @@ cryptography features significantly (speedups of **60x** are common!).
4739

4840
To install this extension, use the following command::
4941

50-
pip install --pre pyota[ccurl]
42+
pip install pyota[ccurl]
5143

5244

5345
Installing 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/

0 commit comments

Comments
 (0)