From 846f963a1456a8d770e219a7a551ff0e7e2c8160 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 11 Jul 2020 12:25:33 -0400 Subject: add requirements to readme --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') 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`. -- cgit v1.2.3-54-g00ecf