Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gisce/openerp-client-kde

OpenERP client using QT Toolkit
https://github.com/gisce/openerp-client-kde

hacktoberfest openerp pyqt5 python python3 qt5 xmlrpc

Last synced: about 2 months ago
JSON representation

OpenERP client using QT Toolkit

Awesome Lists containing this project

README

        

# Installation

Requirements

``` bash
sudo apt-get install python3 python3-pyqt5 python3-dbus.mainloop.pyqt5 python3-pyqt5.qtwebkit python3-pyqt5.qtsvg
```

Create virtual env
``` bash
mkvirtualenv erpkoo -p /usr/bin/python3 --system-site-packages
```

Install python requirements
``` bash
pip install pyserial erppeek raven<5.0
```