1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 19:42:04 +02:00

fixup some doc pages, and canonically handle another __del__ function

add the missing makefile
This commit is contained in:
holger krekel 2018-09-14 12:17:46 +02:00
parent 669de40f66
commit 4e00d5a7af
4 changed files with 261 additions and 20 deletions

View file

@ -16,8 +16,9 @@ Install
First you need to execute all the build steps to install the delta-core C-library,
see https://github.com/deltachat/deltachat-core/blob/master/README.md#build
Next, you need to perform::
Presuming you have the delta-core library installed, you can then from the root of the repo::
cd python
pip install -e .
Afterwards you should be able to successfully import the bindings::