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

Commit 3e943d6

Browse files
authored
Merge pull request #3 from iotaledger/develop
1.0.0b2
2 parents 4877f47 + 10578ae commit 3e943d6

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
=====
55
PyOTA
@@ -31,9 +31,14 @@ PyOTA is compatible with Python 3.6, 3.5 and 2.7.
3131
============
3232
Installation
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

3843
Installing from Source
3944
======================

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
setup(
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

0 commit comments

Comments
 (0)