summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-10-31 08:59:26 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-10-31 08:59:26 +0000
commit34446226d157de724f8442f1d05742f9104d68e9 (patch)
tree2bd01573d6c74c5834a033d09abad37ae56646e1 /readme.md
parent23a5d4df073c6b9c0d0251ca280acfe6703e10ad (diff)
downloadybd-34446226d157de724f8442f1d05742f9104d68e9.tar.gz
Kbas should use cherrypy if it is installed
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index ec15868..770f7a9 100644
--- a/readme.md
+++ b/readme.md
@@ -43,14 +43,17 @@ so for a Debian-based system:
ybd also depends on [pyyaml](http://pyyaml.org/wiki/PyYAML),
[sandboxlib](https://github.com/CodethinkLabs/sandboxlib),
-and optionally [jsonschema](https://github.com/Julian/jsonschema) and
-[bottle](https://github.com/bottlepy/bottle)
+and optionally [jsonschema](https://github.com/Julian/jsonschema).
+
+If you want to serve artifacts using kbas, it requires
+[bottle](https://github.com/bottlepy/bottle) and optionally
+[cherrypy](https://github.com/cherrypy/cherrypy.git)
if you trust the Python Package Index (PyPI) and pip is available on your
-machine, you can install them with:
+machine, you can install these dependencies with:
```
- pip install pyyaml sandboxlib jsonschema bottle
+ pip install pyyaml sandboxlib jsonschema bottle cherrypy
```
if you need to install pip itself: