diff options
author | W. Trevor King <wking@tremily.us> | 2012-08-29 23:57:57 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-08-29 23:58:00 -0400 |
commit | 708dc7c9fa34202af575968ad214a075b0f01d85 (patch) | |
tree | 90caaeb5fc7bfec17610201d12721e8b66e34d6f /doc | |
parent | fad4a92f93d3ad2d798521735c8f83827107d603 (diff) | |
download | bugseverywhere-708dc7c9fa34202af575968ad214a075b0f01d85.tar.gz |
doc:install: we only use CherryPy for HTTPS.
We use wsgiref.simple_server for HTTP.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.txt b/doc/install.txt index a32a7c1..9895f84 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -38,7 +38,7 @@ Package Role Debian_ Gentoo_ ============== ======================= ================ =========================== PyYAML_ serialized data storage python-yaml dev-python/pyyaml Jinja_ HTML templating python-jinja2 dev-python/jinja -CherryPy_ serve repos over HTTP python-cherrypy3 dev-python/cherrypy +CherryPy_ serve repos over HTTPS python-cherrypy3 dev-python/cherrypy Sphinx_ see :doc:`doc` python-sphinx dev-python/sphinx numpydoc_ see :doc:`doc` dev-python/numpydoc [#npd]_ Docutils_ manpage generation python-docutils dev-python/docutils @@ -117,7 +117,7 @@ for a list of installation options. You will still need to install PyYAML. Jinja is only used by the ``html`` command, so feel free to skip Jinja if you don't mind avoiding that command. Similarly, CherryPy is only used for the -``serve`` command. The other dependencies are only used for +``serve-*`` commands. The other dependencies are only used for :doc:`building these docs <doc>`, so feel free to skip them and just use the docs wherever you're currently reading them. |