Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Install python package in odoo.sh

Avatar
odoo
Avatar
Discard
1 Answer
0
Avatar
odoo
Best Answer

add requirements.txt in your repostory where we usually keep readme.txt file and specify library you want to install like openpyxl == 3.13  

3.13 is the version add if no preference then only add only openpyxl  and push to odoo.sh GitHub 

Please Refer to this Link

it will be installed automatically

1 Comment
Avatar
Discard
Avatar
odoo
-

Thank you Muhammad Yusuf, I will try this solution and let you know.