From 6e49c030f162c57b24c7fced104ad98fa8bd3fa4 Mon Sep 17 00:00:00 2001 From: Doychin Atanasov Date: Wed, 8 Nov 2017 21:42:04 +0200 Subject: [PATCH] Add installation and usage instructions --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae7b5cb..f042578 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,22 @@ Small GUI tool to convert your pictures into a colourful HTML ## Requires -* Python >= 2.7 +* Python >= 2.7 or Python >= 3.4 * [Pillow](https://python-pillow.org/) >= 4.x * [wxPython](https://wxpython.org/) >= 4.x +## Installation + +To run this program from source you would need [pip](https://pip.pypa.io/). Just run: + +``` +pip install -r requirements.txt +``` + +## Usage + +Run the executable script `./pic_to_html`. + ## Thanks to -Elena for calculating the MAGICK constant +Elena for calculating the MAGICK constant.