From 3adfb3429d095332dc15ccc9b9aa060948c6879e Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Sun, 7 Jul 2019 20:25:26 -0700 Subject: [PATCH] Add note on installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 88c60b9..d491c36 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ and a million ways to do everything. I have slimmed this down to a core set of b These options are very opinionated and how I've grown to like doing things. +## Installation + +```sh +pip install mywsgi +``` + ## How do I There are two APIs for working with mywsgi. A Python API, and a CLI API.