From 57fa21bbea05b69d4b0f95dfd8da3b69adf7a5dc Mon Sep 17 00:00:00 2001 From: Hans Erik Heggem Date: Sat, 9 Mar 2019 18:42:19 +0100 Subject: [PATCH] readme update --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5800bf1..93c81cd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Swarm Management is a python application, installed with pip. The application makes it easy to manage a Docker Swarm by configuring a single *.yml file describing which stacks to deploy, and which networks, configs or secrets to create. +## Install Or Upgrade +- pip install --upgrade SwarmManagement + ## Example 1. Install SwarmManagement with pip: - pip install SwarmManagement @@ -79,12 +82,11 @@ The SwarmManagement console command is also available as a short command with `s Please have a look at an example of use here: - https://github.com/DIPSAS/SwarmManagement/tree/master/example -## Install And/Or Upgrade -- pip install --no-cache --upgrade SwarmManagement - ## Prerequisites - Docker: - https://www.docker.com/get-docker +- Install Dependencies: + - pip install -r requirements.txt ## Additional Info - The pip package may be located at: