From 193bc9a01f5d78e8154c5d50a34c4227c3de6cce Mon Sep 17 00:00:00 2001 From: Yhtyyar Sahatov Date: Tue, 2 Nov 2021 17:53:15 +0300 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a06a62f..bc4af45 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# centipede -Generate a command line interface to any Ethereum smart contract +# Centipede +Generate command line and a python interface to any Ethereum smart contract + +# Installation +### pip +`pip install centipede` + +### github +`git clone https://github.com/bugout-dev/centipede.git` + +`cd centipede/` + +create virtual env: `python3 -m venv .venv` + +activate virtual env: `source .venv/bin/activate` + +install: `python3 -m setup.py install` + +# Usage + +