Skip to content

Commit

Permalink
✨ update install section, added test banner
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsaki committed Nov 16, 2024
1 parent 5bc6a4f commit 3ef5caf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Defi Graph

![GitHub](https://img.shields.io/github/license/mmsaki/defigraph)
![test](https://github.com/mmsaki/defigraph/actions/workflows/test.yml/badge.svg)
![GitHub repo size](https://img.shields.io/github/repo-size/mmsaki/defigraph)
![GitHub last commit](https://img.shields.io/github/last-commit/mmsaki/defigraph)
![PyPI - Version](https://img.shields.io/pypi/v/defigraph)
Expand All @@ -11,6 +11,18 @@

This is package for creating and visualizing graphs in DeFi protocols.

## Install

Install using pip or uv

```sh
pip install defigraph

# or using uv

uv add defigraph
```

## Modules

- [x] [Edge](#edge-type) - describes a path between tokens
Expand Down

0 comments on commit 3ef5caf

Please sign in to comment.