This repository was archived by the owner on Jan 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- .. image :: https://travis-ci.org/iotaledger/pyota .svg?branch=develop
2- :target: https://travis-ci.org/iotaledger/pyota
1+ .. image :: https://travis-ci.org/iotaledger/iota.lib.py .svg?branch=develop
2+ :target: https://travis-ci.org/iotaledger/iota.lib.py
33
44=====
55PyOTA
@@ -31,9 +31,14 @@ PyOTA is compatible with Python 3.6, 3.5 and 2.7.
3131============
3232Installation
3333============
34- To install the latest stable version::
34+ To install the latest version::
3535
36- pip install pyota
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 `_.
3742
3843Installing from Source
3944======================
Original file line number Diff line number Diff line change 3838setup (
3939 name = 'PyOTA' ,
4040 description = 'IOTA API library for Python' ,
41- url = 'https://github.com/iotaledger/pyota ' ,
42- version = '1.0.0-beta1 ' ,
41+ url = 'https://github.com/iotaledger/iota.lib.py ' ,
42+ version = '1.0.0b2 ' ,
4343
4444 packages = ['iota' ],
4545
You can’t perform that action at this time.
0 commit comments