From 6462703124e3d44fbe66c7b067c54d2c486fcef8 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sun, 21 Feb 2016 23:32:19 +0900 Subject: [PATCH] update README --- README.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f522623..d28da3a 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,13 @@ Feature - Support various data type for insertion : dictionary, namedtuple, list and tuple +Installation +============ + +:: + + pip install SimpleSQLite + Usage ===== @@ -176,8 +183,8 @@ Dependencies Python 2.5+ or 3.3+ -- `DataPropery `__ -- Used to extract data types. +- `DataPropery `__ (Used to + extract data types) - `six `__ Test dependencies