How to install modules from preloaded packages?¶
To install modules from preloaded local packages, you need to run the following commands:
For Python packages:
pip3 install --no-index --find-links ~/packages module
Where ~/packages
is directory with the pre-loaded Python module package and module
is the name of the module, for example: aos-cloud-manager
.