|
6 | 6 |  |
7 | 7 | [](https://zenodo.org/badge/latestdoi/298646404) |
8 | 8 |
|
9 | | -A minimal, yet complete, python API for[Etherscan.io](Etherscan.io). |
| 9 | +A minimal, yet complete, python API for[Etherscan.io](Etherscan.io). Available on[PyPI](https://pypi.org/project/etherscan-python/). |
10 | 10 |
|
11 | 11 | Powered by[Etherscan.io APIs](https://etherscan.io/apis). |
12 | 12 | ___ |
@@ -131,6 +131,12 @@ Then, install the package: |
131 | 131 | pip install. |
132 | 132 | ``` |
133 | 133 |
|
| 134 | +Alternatively, you can install it from[PyPI](https://pypi.org/project/etherscan-python/): |
| 135 | + |
| 136 | +```bash |
| 137 | +pip install etherscan-python |
| 138 | +``` |
| 139 | + |
134 | 140 | ##Run unittests (bash) |
135 | 141 |
|
136 | 142 | In`bash`, test that everything looks OK on your end using your`API_KEY` (without quotation marks) before proceeding: |
|