danchr / tryton

Mirror of tryton

Home Page:https://code.tryton.org/tryton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains all the packages of Tryton.

To have symlinks for modules created automatically on Mercurial update, add the following line to the hooks section of your .hg/hgrc:

update.modules = .hooks/link_modules

To automatically generate requirements files on Mercurial update, add the following line to the hooks section of your .hg/hgrc:

update.requirements = .hooks/update_requirements

Warning

The process of updating requirements files may take some time

Then you can install the required dependencies with:

pip install -r requirements.txt

And you can also install the development dependencies with:

pip install -r requirements-dev.txt

About

Mirror of tryton

https://code.tryton.org/tryton


Languages

Language:Python 88.2%Language:JavaScript 10.9%Language:Less 0.4%Language:HTML 0.3%Language:NSIS 0.1%Language:XSLT 0.0%Language:Shell 0.0%