Skip to content

Commit f6950e9

Browse files
committed
Fix README
1 parent 63bb027 commit f6950e9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ A python implementation of [uCoin](https://github.com/ucoin-io/ucoin) API
99
* uCoin signing key
1010

1111
## Requirements
12-
* Python >= 3.3
13-
* [aiohttp](https://pypi.python.org/pypi/aiohttp "aiohttp")
14-
* [asyncio](https://pypi.python.org/pypi/asyncio "asyncio")
12+
* Python >= 3.5
13+
* [aiohttp >= 0.19](https://pypi.python.org/pypi/aiohttp "aiohttp")
1514
* [pylibscrypt](https://pypi.python.org/pypi/pylibscrypt "pylibscrypt")
1615
* [libnacl](https://pypi.python.org/pypi/libnacl "libnacl")
1716
* [base58](https://pypi.python.org/pypi/base58 "base58")
1817

1918
##Installation
20-
You can install ucoin-python-api and all its dependencies via the following pip install :
19+
You can install ucoin-python-api and all its dependencies via the following pip install :
2120
`pip install ucoinpy`
2221

2322
Please take a look at the document [HTTP API](https://github.com/ucoin-io/ucoin/blob/master/doc/HTTP_API.md) to learn about the API.

0 commit comments

Comments
 (0)