Skip to content

Commit aad75e5

Browse files
author
Atif Nazir
committed
merge fix
2 parents 6135e6e + 5f69301 commit aad75e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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 Python3.0+. Also compatible with Python 2.7.
6+
#### COMPATIBILITY: Please use Python3.0+. Also compatible with Python2.7.
77

88
## Installation
99

@@ -34,7 +34,7 @@ For more information, see [Python API Docs](https://block.io/api/simple/python).
3434

3535
## Windows Users, Please Note:
3636

37-
You can install it like so on Windows: "pip install block-io==1.1.15"
37+
You can install it like so on Windows: "pip install block-io"
3838

3939
Now regarding the vcvarsall.bat error -- that error is due to the fact that pycrypto library is being compiled when you're trying to install the block-io library.
4040

@@ -51,7 +51,7 @@ Once this is done, go to C:\Python3.4\Lib\distutils, and create a file calls "di
5151
compiler=mingw32
5252

5353

54-
Now exit your Command Prompt or Python IDE, go to Command Prompt again, type "pip install block-io==1.1.15".
54+
Now exit your Command Prompt or Python IDE, go to Command Prompt again, type "pip install block-io".
5555

5656

5757
## Contributing

0 commit comments

Comments
 (0)