Skip to content

Commit 27d5155

Browse files
author
Kotsias, Panagiotis-Christos
committed
Added instructions
1 parent 051c760 commit 27d5155

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,40 @@
11
[![Build Status](https://travis-ci.com/pcko1/etherscan-python.svg?branch=master)](https://travis-ci.com/pcko1/etherscan-python)
22
[![codecov](https://codecov.io/gh/pcko1/etherscan-python/branch/master/graph/badge.svg)](https://codecov.io/gh/pcko1/etherscan-python)
33
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-385/)
4+
45
![GitHub](https://img.shields.io/github/license/pcko1/etherscan-python)
56

7+
# etherscan-python
68

79
Minimal python API for [etherscan.io](etherscan.io).
810

11+
## Installation
12+
13+
Assuming [conda](https://docs.conda.io/en/latest/miniconda.html) is already installed in your system, first create the environment:
14+
15+
``` bash
16+
conda env create -f env.yml
17+
```
18+
19+
Activate the environment:
20+
21+
``` bash
22+
conda activate etherscan-python
23+
```
24+
25+
Then, install the package:
26+
27+
``` bash
28+
pip install .
29+
```
30+
31+
## Run unittests
32+
33+
34+
35+
``` bash
36+
conda activate etherscan-python && bash run_tests.sh
37+
````
38+
939
___
10-
Powered by Etherscan.io APIs.
40+
Powered by [Etherscan.io APIs(https://etherscan.io/apis)].

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy