diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-11 12:25:33 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-07-11 12:25:33 -0400 |
commit | 846f963a1456a8d770e219a7a551ff0e7e2c8160 (patch) | |
tree | 6750c7aa02c0e105ba2e883ccc0a17be81a4702f /README | |
parent | ba2f52e84de46ddf2df1069d4d617367f4f2a08f (diff) | |
download | cgit-syntax-highlighting-846f963a1456a8d770e219a7a551ff0e7e2c8160.tar.xz cgit-syntax-highlighting-846f963a1456a8d770e219a7a551ff0e7e2c8160.zip |
add requirements to readme
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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`. |