From ebcadbe1aeb5f72d88db2ce797f05b16454fda05 Mon Sep 17 00:00:00 2001 From: laggykiller <61652821+laggykiller@users.noreply.github.com> Date: Sat, 24 Feb 2024 05:18:58 +0800 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a82be84..13d41aa 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ which adds github action for creating wheels for Windows, MacOS and Linux. To in openssl easily, conan is used. I made some reference with [this fork of pysqlite3 by Dobatymo](https://github.com/Dobatymo/pysqlite3) -*NOTICE*: To build from this fork, you only need to run `pip wheel .` or -`python -m build .` +*NOTICE*: To build from this fork, copy `sqlite3.c` and `sqlite3.h` +to `src/sqlcipher`, then run `pip wheel .` or `python -m build .` This library takes [pysqlite3](https://github.com/coleifer/pysqlite3) and makes some small modifications so it is suitable for use with