From 2deaddf72b3b39c2e074fcbf2d7628287e934247 Mon Sep 17 00:00:00 2001 From: Julien Girard Date: Tue, 28 Mar 2017 11:44:31 +0200 Subject: [PATCH] Add install doc --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2536082..ed2c42a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # OpenStick A simple tool to manage a pool of VMs using Qemu/KVM. Because sometimes you don't need a full stack. +# Installation + pip3 install openstick + # Configuration OpenStick use by default a configuration file (~/.openstick) with INI structure. A DEFAULT section can be used to specify parameters to apply to all the VMs.