mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
Fix minor spelling errors in python/README.rst
This commit is contained in:
@@ -72,10 +72,10 @@ then cargo-build and install the deltachat bindings::
|
|||||||
python install_python_bindings.py
|
python install_python_bindings.py
|
||||||
|
|
||||||
The bindings will be installed in release mode but with debug symbols.
|
The bindings will be installed in release mode but with debug symbols.
|
||||||
The release mode is neccessary because some tests generate RSA keys
|
The release mode is necessary because some tests generate RSA keys
|
||||||
which is prohibitively slow in debug mode.
|
which is prohibitively slow in debug mode.
|
||||||
|
|
||||||
After succcessul binding installation you can finally run the tests::
|
After successful binding installation you can finally run the tests::
|
||||||
|
|
||||||
pytest -v tests
|
pytest -v tests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user