Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abernatskiy authored Feb 15, 2024
1 parent c8c4f5b commit 8bd106b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,19 @@ This plugin allows to use [subsquid data lake](https://docs.subsquid.io/subsquid

## Installation

### via `pip`

You can install the latest release via [`pip`](https://pypi.org/project/pip/):
### via `ape plugins`

```bash
pip install ape-subsquid
ape plugins install "ape-subsquid@git+https://github.com/subsquid/ape-subsquid.git@main"
```

### via `setuptools`
### via `pip` locally

You can clone the repository and use [`setuptools`](https://github.com/pypa/setuptools) for the most up-to-date version:
You can clone the repository and install the plugin locally:

```bash
git clone https://github.com/subsquid/ape-subsquid.git
cd ape-subsquid
python3 setup.py install
pip install ./ape-subsquid
```

## Quick Usage
Expand Down

0 comments on commit 8bd106b

Please sign in to comment.