summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-01-13 02:42:42 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-01-13 02:44:41 +0200
commit3b903b9544f636a233cc4b5a06b60e0cd46b603a (patch)
treee68f2fd2829e47975381c0f36df8865c07f6fbf4 /docs
parent5c6cc5dc5a18511eb7d2ebde16ec49cd93cb3938 (diff)
downloadcherrypy-git-3b903b9544f636a233cc4b5a06b60e0cd46b603a.tar.gz
Add clarification regarding requirements
Ref #1685
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 54e7dcd7..d6247b14 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -15,7 +15,8 @@ Installation
Requirements
############
-|project| does not have any mandatory requirements. However certain features it comes with
+|project| does not have any mandatory env requirements. Python-based distribution
+requirements are installed automatically by ``pip``. However certain features it comes with
will require you install certain packages. To simplify installing additional
dependencies |project| enables you to specify extras in your requirements (e.g.
``cherrypy[json,routes_dispatcher,ssl]``):