mirror of
https://github.com/chatmail/core.git
synced 2026-05-24 17:26:30 +03:00
Document deltachat_rpc_client installation
This commit is contained in:
@@ -5,9 +5,23 @@ and provides asynchronous interface to it.
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
To use Delta Chat RPC client, first build a `deltachat-rpc-server` with `cargo build -p deltachat-rpc-server`.
|
To use Delta Chat RPC client, first build a `deltachat-rpc-server` with `cargo build -p deltachat-rpc-server`
|
||||||
|
or download a prebuilt release.
|
||||||
Install it anywhere in your `PATH`.
|
Install it anywhere in your `PATH`.
|
||||||
|
|
||||||
|
[Create a virtual environment](https://docs.python.org/3/library/venv.html)
|
||||||
|
if you don't have one already and activate it.
|
||||||
|
```
|
||||||
|
$ python -m venv env
|
||||||
|
$ . env/bin/activate
|
||||||
|
```
|
||||||
|
|
||||||
|
Install `deltachat-rpc-client` from source:
|
||||||
|
```
|
||||||
|
$ cd deltachat-rpc-client
|
||||||
|
$ pip install .
|
||||||
|
```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
1. Build `deltachat-rpc-server` with `cargo build -p deltachat-rpc-server`.
|
1. Build `deltachat-rpc-server` with `cargo build -p deltachat-rpc-server`.
|
||||||
|
|||||||
Reference in New Issue
Block a user