Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Install

Shengjing Zhu edited this page Mar 19, 2016 · 3 revisions

Install

Requirements

  • Python3
  • PyQt5 with QtWebKit

On Debian

apt install python3-pyqt5 python3-pyqt5.qtwebkit

Install

(optional) python3 setup.py install. This will install a executable script named qwechat.

However you can just use python3 $PATH_TO_QWECHAT/qwechat/app.py without install.

Desktop and Icon files

Currently they are not installed automatically. You should put qwechat.desktop to $XDG_DATA_HOME/applications and put qwechat.png to $XDG_DATA_HOME/icons.

The $XDG_DATA_HOME usually is $HOME/.local/share.

If you didn't install qwechat script, you should change Exec value in qwechat.desktop to python3 $PATH_TO_QWECHAT/qwechat/app.py.

Clone this wiki locally