Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1552 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

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
Abbandona