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] ```