From adc3434bf4fc4681f1dec15304aa904a1288bebb Mon Sep 17 00:00:00 2001 From: laggykiller <61652821+laggykiller@users.noreply.github.com> Date: Sat, 24 Feb 2024 05:24:47 +0800 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13d41aa..b74726f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ sqlcipher3 ========== *NOTICE*: This is a fork of [sqlcipher3](https://github.com/coleifer/sqlcipher3) -which adds github action for creating wheels for Windows, MacOS and Linux. To install -openssl easily, conan is used. I made some reference with +which adds github action for creating wheels for Windows, MacOS and Linux. +The unofficial wheels are uploaded to `sqlciipher3-wheel` on pypi, while the +official wheels are `sqlcipher3-binary`. +To install 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, copy `sqlite3.c` and `sqlite3.h`