DiamondLightSource / mx-bluesky

Bluesky plans, plan stubs, and utilities for MX beamlines
https://diamondlightsource.github.io/mx-bluesky/
Apache License 2.0
0 stars 2 forks source link

Document how to run in a dev container #407

Open DominicOram opened 1 year ago

DominicOram commented 1 year ago

The dev script currently fails in REHL 8 as pipenv is not on the path. We should probably move to using devcontainers for development anyway.

Acceptance Criteria

dperl-dls commented 1 year ago

So here it's running in a devcontainer, pre-commit hooks work, tests work, etc., but it is not in a virtualenv. If this is what we want then I will go ahead and document it.