summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index da3b255..948161c 100644
--- a/README
+++ b/README
@@ -3,6 +3,12 @@ Dedicated syntax highlighting server for cgit.
Use a simple HTTP server to highlight source for cgit. Improves performance
compared to invoking python on every request.
+Requirements:
+
+- Python 3.5.3 (for aiohttp and asyncio.get_running_loop)
+- aiohttp
+- pygments
+
Usage:
1. Run `make install`.