BCDA-APS / use_bluesky

Tools to help APS use the Bluesky Framework (https://blueskyproject.io/)
8 stars 3 forks source link

environment update for 2022_3 #117

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

Took about 30s to install via date; micromamba create -y -n bluesky_2022_3 -f ./environment_2022_3.yml; date

prjemian commented 2 years ago

activate requires:

eval "$(micromamba shell hook --shell=bash)"
micromamba  activate bluesky_2022_3
prjemian commented 2 years ago

Took about 240s to install via date; conda env create --force -f ./environment_2022_3.yml; date

prjemian commented 2 years ago

add tiled & happi (pip installs for both)

prjemian commented 2 years ago

also add c2dataviewer (FYI @sveseli)