Skip to content

Commit 7d532ed

Browse files
committed
note use of python 2.7+ only
1 parent 2229abc commit 7d532ed

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,16 @@
33
This Python package is the official reference client for the Block.io payments API. To use this, you will need the Dogecoin, Bitcoin, or Litecoin API key(s) from <a href="https://block.io" target="_blank">Block.io</a>. Go ahead, sign up :)
44

55
#### ATTENTION: Package name has changed from block_io to block-io for PyPi.
6-
#### COMPATIBILITY: Please use Python2.6+. Also compatible with Python 3.0+.
6+
#### COMPATIBILITY: Please use Python2.7+. Also compatible with Python 3.0+.
77

88
## Installation
99

1010
[Using virtualenv is recommended when installing Python packages](https://packaging.python.org/en/latest/installing.html#virtual-environments).
1111

12-
Install the package using `pip` for **Python 3**:
12+
Install the package using `pip` for **Python 2.7+**:
1313

1414
pip install block-io
1515

16-
Install the package using `pip` for **Python 2** - backported hashlib is required:
17-
18-
pip install block-io hashlib==20081119
19-
2016
## Usage
2117

2218
It's super easy to get started. In your Python shell, do:

0 commit comments

Comments
 (0)