From af962824234ecdba13e55cde00bfbd356139f7df Mon Sep 17 00:00:00 2001 From: francesco Date: Wed, 27 Mar 2019 14:52:01 +0100 Subject: [PATCH] usage documentation --- README.md | 4 +++- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcf2a99..6ce168c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,9 @@ python -m maubot and point the browser to `http://localhost:29316/_matrix/maubot/#/login` -After login, it is possible to create a new bot instance (clicking the + Instances button) via the screen like the one below ![alt text](https://github.com/maubot/maubot/blob/master/maubot/img/screenshot_new_instance.png "New instance") +After login, it is possible to create a new bot instance (clicking the + Instances button) via the screen like the one below + + ### [Management API spec](https://github.com/maubot/maubot/blob/master/maubot/management/api/spec.md) diff --git a/requirements.txt b/requirements.txt index dd719a3..ceaa619 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,8 @@ ruamel.yaml attrs bcrypt packaging - click colorama PyInquirer jinja2 +prompt_toolkit==1.0.14