Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7630674

Browse files
authored
Added PyPI link
1 parent fea7b0d commit 7630674

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
![GitHub](https://img.shields.io/github/license/pcko1/etherscan-python)
77
[![DOI](https://zenodo.org/badge/298646404.svg)](https://zenodo.org/badge/latestdoi/298646404)
88

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/).
1010

1111
Powered by [Etherscan.io APIs](https://etherscan.io/apis).
1212
___
@@ -131,6 +131,12 @@ Then, install the package:
131131
pip install .
132132
```
133133

134+
Alternatively, you can install it from [PyPI](https://pypi.org/project/etherscan-python/):
135+
136+
```bash
137+
pip install etherscan-python
138+
```
139+
134140
## Run unittests (bash)
135141

136142
In `bash`, test that everything looks OK on your end using your `API_KEY` (without quotation marks) before proceeding:

0 commit comments

Comments
 (0)