From bd12bbfdd3a69c9f77646650c746e1ae1594c296 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 22 May 2019 22:42:45 +0200 Subject: [PATCH] Add basic documentation for development tasks --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index dd61aafd..759f4854 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,19 @@ operation on an interface for example (see ### Authenticators ... +Development Install +------------------- + +```bash +$ pip install -e . +``` + +Test +---- + +```bash +$ pytest +``` Requirements ------------