Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 754 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 754 Bytes

UCAL ipython profile

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