SANBlaze package
What is the SANBlaze package?
SANBlaze package is the updated version of SANBlaze scripts that provides the functionally within our framework.
The update package is created as a site package to provide more flexibility for updates during the next release. Eventually, all the updates will be included in the next kit release.
Note
This package is created as a site package, so it requires the base package (FDP/OCP) to be installed as usual.
How to install
Install the latest package
pip3 install sanblaze --pre --upgrade python3 -m sanblazeInstall specific version
pip3 install sanblaze==10.7b8+1 python3 -m sanblaze
Warning
It is essential to run
python3 -m sanblaze
after installing package or the new code will not be used.
How to uninstall
pip3 uninstall sanblaze
How to check package version
pip3 freeze | grep sanblaze
Example:
sanblaze==10.7b8+1