From 30af8d6a6def75c18ad16ba5f9ec07315c0ae03c Mon Sep 17 00:00:00 2001 From: ygl Date: Fri, 28 Oct 2016 10:13:03 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae988c8..64ceb97 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ sqlite3 module from pypy with static sqlite3 build How to use? -run python _sqlite3_build.py and copy the .pyd & _sqlite3.py file to the lib. +run python _sqlite3_build.py and copy the .pyd(.so) & _sqlite3.py file to the lib. Why? - Because I want to use the latest sqlite version with dbapi. I found out the pypy version is easier to hack. + I want to use the latest sqlite and its extensions. I found out the pypy version is easier to hack.