Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
1553 Vues

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

Avatar
Ignorer
Meilleure réponse

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

Avatar
Ignorer