Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Atif Nazir committed Aug 16, 2020
2 parents 6135e6e + 5f69301 commit aad75e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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 :)

#### ATTENTION: Package name has changed from block_io to block-io for PyPi.
#### COMPATIBILITY: Please use Python3.0+. Also compatible with Python 2.7.
#### COMPATIBILITY: Please use Python3.0+. Also compatible with Python2.7.

## Installation

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

## Windows Users, Please Note:

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

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.

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


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


## Contributing
Expand Down

0 comments on commit aad75e5

Please sign in to comment.