2017-05-02 16:01 GMT+02:00 Maxime Richez <[email protected]>: > > So, what's the actual solution to install all python dependencies correctly > (as the patch is not released)? > > How does everybody install a tryton server at customers ? >
I setup an environment and pip install dependencies. I don't use the pip way for trytond code because it requires to iterate installation of each module and it is too long for my process I run trytond from source instead and manage dependencies from a list I established manually. There are few but I don't feel comfortable on this point. I will think again about your idea of automating installation of dependencies found in modules. My first problem is that I use to set the environment first, then download the code. I should maybe do the other way, download the code first, then set the environment according to code. -- 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/CAHZrxK6tTNTqfRr48ACUbcyyuXtptRHRg4_AfE61xdo53nU3OA%40mail.gmail.com.
