Skip to content

Commit

Permalink
Add installation and usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsmile committed Nov 8, 2017
1 parent 9b52f5c commit 6e49c03
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6e49c03

Please sign in to comment.