add rad_development_python to environment and add update instructions

This commit is contained in:
2024-08-03 00:21:44 -04:00
parent 7aaa10420f
commit 257e30abcb
12 changed files with 1183 additions and 41 deletions

View File

@ -8,7 +8,7 @@ def parse_inputs():
"flake_path", metavar="flake-path", help="path to flake to evaluate"
)
parser.add_argument(
"--keep-hydra", action="store_true",help="allow evaluating Hydra jobs"
"--keep-hydra", action="store_true", help="allow evaluating Hydra jobs"
)
args = parser.parse_args()
return args