From 9bc8e0f77093365a9c8cccac9eea0d026bbd2d33 Mon Sep 17 00:00:00 2001 From: Ben McGunigle Date: Sat, 3 Jul 2021 06:22:44 -0700 Subject: [PATCH] Update README.md Added an installation section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8f28a42..4faacbc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ Call vibase from the command line, and it will load the specified table into a t WARNING: This version of vibase is in early development. It is young. It's hungry. IT WANTS TO EAT YOUR DATA!!! Just so you know... +# Installation + + > pip install vibase + +Or perhaps: + + > pip3 install vibase + # Usage > vibase --module [module] [table]