Installation

Prerequisites

  • Python 3.7 or later (http://www.python.org/)

  • See the setup.py file for Python package dependencies.

  • See the tryton.cfg file for Tryton module dependencies.

Using pip

The easiest way to install this module and it’s dependencies is directly from the Python Package Index:

pip3 install trytonlq_account_personal

Using sources

Alternatively, you can clone the tryton-modules repository, and install the module from there:

git clone https://bitbucket.org/libateq/tryton-modules
cd tryton-modules/account_personal
python3 setup.py install

Other information

You may need administrator/root privileges to perform the installation, as the install commands will by default attempt to install the module to the system wide Python site-packages directory on your system.

For advanced options, please refer to the standard Python packaging and installation documentation:

To use without installation, extract the archive into trytond/modules with the directory name account_personal.