Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1568 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ