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 4
4
=====
5
5
PyOTA
6
6
=====
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
-
11
7
This is the official Python library for the IOTA Core.
12
8
13
9
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.
32
28
============
33
29
Installation
34
30
============
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
-
39
31
To install the latest version::
40
32
41
- pip install --pre pyota
33
+ pip install pyota
42
34
43
35
Optional C Extension
44
36
====================
@@ -47,7 +39,7 @@ cryptography features significantly (speedups of **60x** are common!).
47
39
48
40
To install this extension, use the following command::
49
41
50
- pip install --pre pyota[ccurl]
42
+ pip install pyota[ccurl]
51
43
52
44
53
45
Installing from Source
@@ -75,7 +67,7 @@ For the full documentation of this library, please refer to the
75
67
`official API `_
76
68
77
69
78
- .. _Create virtualenv : https://virtualenvwrapper.readthedocs.io /
70
+ .. _Create virtualenv : https://realpython.com/blog/python/python-virtual-environments-a-primer /
79
71
.. _PyOTA Bug Tracker : https://github.com/iotaledger/iota.lib.py/issues
80
72
.. _Slack : https://slack.iota.org/
81
73
.. _dedicated forum : https://forum.iota.org/
You can’t perform that action at this time.
0 commit comments