File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 6
6
![ GitHub] ( https://img.shields.io/github/license/pcko1/etherscan-python )
7
7
[ ![ DOI] ( https://zenodo.org/badge/298646404.svg )] ( 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:
You can’t perform that action at this time.
0 commit comments