From 53fd97651ee2a443573079f70ccb4212fa01238c Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 23 Nov 2021 20:09:52 +0100 Subject: [PATCH] Fix [full] install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bf3bb2..9f36a64 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ pip install git+https://git.pictuga.com/pictuga/morss.git Full installation (including optional dependencies) ```shell -pip install git+https://git.pictuga.com/pictuga/morss.git#[full] +pip install git+https://git.pictuga.com/pictuga/morss.git#egg=morss[full] ``` The full install includes mysql, redis and diskcache (possible cache backends). @@ -120,7 +120,7 @@ write_files: runcmd: - update-ca-certificates - - pip install git+https://git.pictuga.com/pictuga/morss.git#[full] gunicorn gevent + - pip install git+https://git.pictuga.com/pictuga/morss.git#egg=morss[full] gunicorn gevent - gunicorn --bind 0.0.0.0:${PORT:-8000} --workers 4 --worker-class=gevent --preload --access-logfile - morss ```