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

add missing parameter to source install

This commit is contained in:
Kali Kaneko 2019-04-24 20:30:41 +02:00
parent 8b0ff6b3e8
commit 5f6a7d9d84

View file

@ -46,7 +46,7 @@ Installing bindings from source
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::
pip install --no-binary deltachat
pip install --no-binary :all: deltachat
.. note::