From 0a5a8ceb7f91bbde5ce777acab3d5d57a041ee2b Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 5 Dec 2021 19:25:02 +0100 Subject: [PATCH] README: add pip pkg instructions --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index de449ee..de1d60e 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,28 @@ Some features of morss: Simple install (without optional dependencies) +From pip + +```shell +pip install morss +``` + +From git + ```shell pip install git+https://git.pictuga.com/pictuga/morss.git ``` Full installation (including optional dependencies) +From pip + +```shell +pip install morss[full] +``` + +From git + ```shell pip install git+https://git.pictuga.com/pictuga/morss.git#egg=morss[full] ```