NSLS-II-SST / profile_collection

Repository for the SST-RSoXS collection environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

profile_collection

Repository for the RSoXS SST collection environment

To install a new custom package for repid development, clone the package into: /nsls2/data/sst/rsoxs/shared/config/bluesky/collection_packages

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

About

Repository for the SST-RSoXS collection environment

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.9%Language:Shell 2.1%