use opencv-python module on linux

This commit is contained in:
ingvar1995 2018-01-26 18:43:19 +03:00
parent 62c5df751d
commit bb2a857ecf
3 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Plugins
Toxygen is the first [Tox](https://tox.chat/) client with plugins support. Plugin is Python 3.4 - 3.6 module (.py file) and directory with plugin's data which provide some additional functionality.
Toxygen is the first [Tox](https://tox.chat/) client with plugins support. Plugin is Python 3.5 - 3.6 module (.py file) and directory with plugin's data which provide some additional functionality.
# How to write plugin