Skip to content

PierreCookie/tryton

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.3%
  • JavaScript 11.1%
  • CSS 1.3%
  • Less 0.6%
  • HTML 0.3%
  • Shell 0.2%
  • Other 0.2%