From 60a2fe29d4c38b140cca8de52666d763d2b93d2f Mon Sep 17 00:00:00 2001 From: ygl Date: Tue, 1 Nov 2016 14:46:49 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0c42b4..5e4e1f7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ sqlite3 module from pypy with static sqlite3 build How to use? -run python _sqlite3_build.py and copy the .pyd(.so) & _sqlite3.py file to the lib. +cd src + +run python _sqlite3_build.py and copy the .pyd(.so) & _sqlite3.py to the path. + Why? @@ -11,4 +14,4 @@ Why? 01/11/2016 -Connection supports backup +Connection supports backup, update sqlite version to 3.15