final qtpy

This commit is contained in:
emdee@spm.plastiras.org 2024-02-08 08:37:57 +00:00
parent c70c501fdd
commit 4d2d4034f9
7 changed files with 14 additions and 6 deletions

View file

@ -40,6 +40,7 @@ written in pure Python3.
- Read receipts
- uses gevent
- NGC groups
- PyQt5, PyQt6, PySide2, PySide6 via qtpy
### Screenshots
*Toxygen on Ubuntu and Windows*
@ -66,7 +67,7 @@ There's a copy of qweechat in ```thirdparty/qweechat``` backported to
PyQt5 and integrated into toxygen. Follow the normal instructions for
adding a ```relay``` to [weechat](https://github.com/weechat/weechat)
```
/relay add ipv4.ssl.weechat 9001
/relay add ipv4.ssl.weechat 9000
/relay start ipv4.ssl.weechat
```
or
@ -107,6 +108,7 @@ make install
You should set the PIP_EXE_MSYS and PYTHON_EXE_MSYS variables and it does
```
${PIP_EXE_MSYS} --python ${PYTHON_EXE_MSYS} install \
--no-deps \
--target ${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/ \
--upgrade .
```