Installing Updates
With Internet Connectivity
sb_python -m pip install sanblaze --pre --upgrade
Without Internet Connectivity
Download provided files
Transfer the files to /virtualun/python_packages
Install the file
sb_python -m pip install /virtualun/python_packages/<sanblaze package name> --no-index --find-links file:///virtualun/python_packages
Example:
sb_python -m pip install /virtualun/python_packages/sanblaze-10.7b8+3.tar.gz --no-index --find-links file:///virtualun/python_packages