Update readme
This commit is contained in:
parent
2d71dafdf4
commit
ebcadbe1ae
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue