Skip to content

Commit f8ad87e

Browse files
authored
Updated README
1 parent 9b9723b commit f8ad87e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

+3-14
Original file line numberDiff line numberDiff line change
@@ -148,25 +148,14 @@ Before proceeding, you should register an account on [Etherscan.io](https://ethe
148148

149149
If you wish to have access to the PRO endpoints, you should obtain elevated privileges via Etherscan's subscription service.
150150

151-
Assuming [conda](https://docs.conda.io/en/latest/miniconda.html) is already installed on your system, first create the environment:
152-
153151
``` bash
154-
conda env create -f env.yml
155-
```
156-
157-
Activate the environment:
158-
159-
``` bash
160-
conda activate etherscan-python
161-
```
162-
163-
Then, install the package:
152+
Install from source:
164153

165154
``` bash
166-
pip install .
155+
pip install git+https://github.com/pcko1/etherscan-python.git
167156
```
168157

169-
Alternatively, you can install it from [PyPI](https://pypi.org/project/etherscan-python/):
158+
Alternatively, install from [PyPI](https://pypi.org/project/etherscan-python/):
170159

171160
```bash
172161
pip install etherscan-python

0 commit comments

Comments
 (0)