mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
tox -c deltachat-rpc-client -e py --devenv venv
|
|
venv/bin/pip install --upgrade pip
|
|
cargo install --path deltachat-rpc-server/ --root "$PWD/venv" --debug
|