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

Commit b23010a

Browse files
committed
Removed pre-release refs from readme.
1 parent e763494 commit b23010a

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.rst

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ This is the official Python library for the IOTA Core.
99
It implements both the `official API`_, as well as newly-proposed functionality
1010
(such as signing, bundles, utilities and conversion).
1111

12-
.. warning::
13-
This is pre-release software!
14-
There may be performance and stability issues.
15-
16-
Please report any issues using the `PyOTA Bug Tracker`_.
17-
1812
Join the Discussion
1913
===================
2014
If you want to get involved in the community, need help with getting setup,
@@ -23,6 +17,9 @@ Distributed Ledgers and IoT with other people, feel free to join our `Slack`_.
2317

2418
You can also ask questions on our `dedicated forum`_.
2519

20+
If you encounter any issues while using PyOTA, please report them using the
21+
`PyOTA Bug Tracker`_.
22+
2623
============
2724
Dependencies
2825
============
@@ -33,12 +30,7 @@ Installation
3330
============
3431
To install the latest version::
3532

36-
pip install --pre pyota
37-
38-
**Important:** PyOTA is currently pre-release software.
39-
There may be performance and stability issues.
40-
41-
Please report any issues using the `PyOTA Bug Tracker`_.
33+
pip install pyota
4234

4335
Installing from Source
4436
======================

0 commit comments

Comments
 (0)