chore(scripts): do not install deltachat-rpc-client twice

This commit is contained in:
link2xt
2024-02-13 11:20:11 +00:00
parent fe3c1f69c3
commit 73492ca4bc

View File

@@ -9,5 +9,4 @@ python3 -m venv venv
venv/bin/pip install ./python
venv/bin/pip install ./deltachat-rpc-client
venv/bin/pip install sphinx breathe sphinx_rtd_theme
venv/bin/pip install ./deltachat-rpc-client
venv/bin/sphinx-build -b html -a python/doc/ dist/html