Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1575 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć