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