From ea7170f068785f2fbe7e6857a94792e0483f9a6e Mon Sep 17 00:00:00 2001 From: VG Date: Fri, 28 Nov 2014 17:17:34 +0100 Subject: Add automatic coloring of text with pygments --- readme.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'readme.rst') diff --git a/readme.rst b/readme.rst index 9108a99..9ad7be8 100644 --- a/readme.rst +++ b/readme.rst @@ -17,9 +17,23 @@ It features the following: It can be used directly (more for development) or from a wsgi compatible web server. +Dependencies +============ + +- python3 (3.4 at least) +- bottle (included as submodule in this repository) +- pygments (packaged on a lot of distributions) + Installation ============ +Dependencies: + +.. code: shell + + # under deb based systems (debian/ubuntu for example) + sudo apt-get install python3 python3-pygments + Clone this repository recursively: .. code: shell @@ -28,3 +42,4 @@ Clone this repository recursively: cd pasteme # to run it with dev mode, just run it ./pastme.py + -- cgit v1.2.3