update
This commit is contained in:
parent
1e4097880a
commit
fcee502eb9
2 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
*~
|
|
||||||
|
|
||||||
MANIFEST
|
MANIFEST
|
||||||
build/*
|
build/*
|
||||||
dist/*
|
dist/*
|
||||||
|
|
|
@ -22,7 +22,7 @@ QWeeChat requires:
|
||||||
- Python ≥ 3.7
|
- Python ≥ 3.7
|
||||||
- PyQt5 or PyQt5 and maybe PySide2 and PySide2 using qtpy
|
- PyQt5 or PyQt5 and maybe PySide2 and PySide2 using qtpy
|
||||||
- dev-python/qtconsole; the requirements.txt file says >= 5.5.1 but earlier versions may work just fine
|
- dev-python/qtconsole; the requirements.txt file says >= 5.5.1 but earlier versions may work just fine
|
||||||
- [WeeChat](https://weechat.org) ≥ 0.3.7, on local or remote machine, with relay plugin enabled and listening on a port with protocol "weechat"
|
- [WeeChat](https://weechat.org) ≥ 0.3.7, on local or remote machine, with relay plugin enabled and listening on a port with protocol "weechat" Tested with 4.1.2
|
||||||
|
|
||||||
|
|
||||||
### Install via source distribution
|
### Install via source distribution
|
||||||
|
@ -83,3 +83,7 @@ along with QWeeChat. If not, see <https://www.gnu.org/licenses/>.
|
||||||
## Updates
|
## Updates
|
||||||
|
|
||||||
Up-to-date code is on https://git.plastiras.org/emdee/qweechat
|
Up-to-date code is on https://git.plastiras.org/emdee/qweechat
|
||||||
|
You can also run this qweechat under toxygen
|
||||||
|
https://git.macaw.me/emdee/toxygen
|
||||||
|
|
||||||
|
For tox in weechat, see https://git.macaw.me/emdee/tox-weechat
|
||||||
|
|
Loading…
Reference in a new issue