setup: add setproctitle to full install for gunicorn
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Also update the readme section regarding the full install
This commit is contained in:
@@ -80,9 +80,9 @@ From git
|
||||
pip install git+https://git.pictuga.com/pictuga/morss.git#egg=morss[full]
|
||||
```
|
||||
|
||||
The full install includes mysql, redis and diskcache (possible cache backends).
|
||||
Otherwise, only in-memory and sqlite3 caches are available. The full install
|
||||
also includes gunicorn and gevent (for more efficient HTTP handling).
|
||||
The full install includes all the cache backends. Otherwise, only in-memory and
|
||||
sqlite3 caches are available. The full install also includes gunicorn (for more
|
||||
efficient HTTP handling).
|
||||
|
||||
The dependency `lxml` is fairly long to install (especially on Raspberry Pi, as
|
||||
C code needs to be compiled). If possible on your distribution, try installing
|
||||
|
Reference in New Issue
Block a user