El 02/05/17 a les 11:34, Maxime Richez ha escrit:
« pip install . » or « python setup.py install » ?
Both should work. IIRC there is no diference between them.
How to install all python dependencies for all the modules ? - Is there a list with all the requirements to use with pip ?
I don't think so, and this will be hard to maintain as it may change for each version.
- Should i execute trytond-admin –all and install dependencies one by one each time i get an error ? - What about issue https://bugs.tryton.org/issue5960 ?
The solution to this issue was to use module_list from tryton_tools [1], to call python setup.py develop on each module to install it's dependencies.
[1] http://hg.tryton.org/tryton-tools/file/f542d01b2374/module_list.py -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/cbb75069-4b35-6dc2-5983-8cc7d84ccbdc%40koolpi.com.
