跳至內容
選單
此問題已被標幟
1 回覆
1663 瀏覽次數

I am restoring a database with several addons installed. How I can install all external dependencies?

頭像
捨棄
最佳答案

Hi,

If you have a requirments.text file, you can install the packages as follows: pip install -r requirments.text  

If not, you have to see which all are the needed packages and install one by one manually.


Thanks

頭像
捨棄