From 3ef5caf3ef764618bfe6bc88e0df056723f04404 Mon Sep 17 00:00:00 2001 From: Meek Msaki <98189596+mmsaki@users.noreply.github.com> Date: Sat, 16 Nov 2024 05:16:17 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20update=20install=20section,=20added?= =?UTF-8?q?=20test=20banner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d40909..58512fe 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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