File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
1111Powered by [ Etherscan.io APIs] ( https://etherscan.io/apis ) .
1212___
@@ -131,6 +131,12 @@ Then, install the package:
131131pip 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
136142In ` bash ` , test that everything looks OK on your end using your ` API_KEY ` (without quotation marks) before proceeding:
You can’t perform that action at this time.
0 commit comments