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 +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ This is the official Python library for the IOTA Core.
99It 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-
1812Join the Discussion
1913===================
2014If 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
2418You 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============
2724Dependencies
2825============
@@ -33,12 +30,7 @@ Installation
3330============
3431To 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
4335Installing from Source
4436======================
You can’t perform that action at this time.
0 commit comments