You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ For more information, see [Python API Docs](https://block.io/api/simple/python).
38
38
39
39
## Windows Users, Please Note:
40
40
41
-
You can install it like so on Windows: "pip install block-io==1.1.2"
41
+
You can install it like so on Windows: "pip install block-io==1.1.3"
42
42
43
43
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.
44
44
@@ -55,7 +55,7 @@ Once this is done, go to C:\Python3.4\Lib\distutils, and create a file calls "di
55
55
compiler=mingw32
56
56
57
57
58
-
Now exit your Command Prompt or Python IDE, go to Command Prompt again, type "pip install block-io==1.1.2".
58
+
Now exit your Command Prompt or Python IDE, go to Command Prompt again, type "pip install block-io==1.1.3".
0 commit comments