This profile depends on independent packages developed under the NSLS-II-SST organization.
To install a new custom package for repid development, clone the package into:
/nsls2/data/sst/rsoxs/shared/config/bluesky/collection_packages
This should be soft linked in the home directory. Directories will be automatically exposed to the bsui namespace.
If your package has requirements that are not met by the base environment, it is recommended that they be
installed in a shared overlay.
${BS_PYTHONPATH}
A specific dependency can similarly be installed from github with, for example:
pip install git+https://github.com/tacaswell/mpl-qtthread --prefix ${BS_PYTHONPATH%/lib*} --upgrade -I --no-dependencies