We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8451814 commit 50abad5Copy full SHA for 50abad5
README.md
@@ -186,7 +186,7 @@ pip install bscscan-python
186
In `bash`, test that everything looks OK on your end using your `YOUR_API_KEY` (without quotation marks) before proceeding:
187
188
``` bash
189
-bash run_tests.sh YOUR_API_KEY
+pip install coverage && bash run_tests.sh YOUR_API_KEY
190
````
191
192
## Usage
0 commit comments