Skip to content

Commit

Permalink
Prepare 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed May 20, 2017
1 parent ac548d7 commit 7eebb42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
1.0.0 (dev)
- Add custom thumbnail storage
- Support python 3.4+
- Test code

0.2.2 (2017-05-06)
- Removed Pillow from install_requires
Expand Down
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@ A simple extension to create a thumbs for the Flask
Installation
------------

Install with ``pip``:
Use your favorite Python package manager to install the app from PyPI, e.g.

Example:

``pip install flask-thumbnails``

Run ``pip install git+https://github.com/SilentSokolov/flask-thumbnails.git``

Add ``Thumbnail`` to your extension file:

.. code:: python
from flask import Flask
from flask_thumbnails import Thumbnail
app = Flask(__name__)
Expand Down

0 comments on commit 7eebb42

Please sign in to comment.