summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-11 12:25:33 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-11 12:25:33 -0400
commit846f963a1456a8d770e219a7a551ff0e7e2c8160 (patch)
tree6750c7aa02c0e105ba2e883ccc0a17be81a4702f
parentba2f52e84de46ddf2df1069d4d617367f4f2a08f (diff)
downloadcgit-syntax-highlighting-846f963a1456a8d770e219a7a551ff0e7e2c8160.tar.xz
cgit-syntax-highlighting-846f963a1456a8d770e219a7a551ff0e7e2c8160.zip
add requirements to readme
-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`.