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

Merge pull request #663 from kalikaneko/readme-nobinary

add missing parameter to source install
This commit is contained in:
holger krekel 2019-04-28 08:43:27 +03:00 committed by GitHub
commit ccd55c3a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ Installing bindings from source
If you can't use "binary" method above then you will need If you can't use "binary" method above then you will need
to `install the delta-core C-library <https://github.com/deltachat/deltachat-core/blob/master/README.md>`_ and then invoke installation of the source bindings:: to `install the delta-core C-library <https://github.com/deltachat/deltachat-core/blob/master/README.md>`_ and then invoke installation of the source bindings::
pip install --no-binary deltachat pip install --no-binary :all: deltachat
.. note:: .. note::