blob: 741d05d48c5e1e6058157261e6eced3627fd0f92 [file] [log] [blame]
Philipp Schrader119c3822023-03-07 19:49:58 -08001# A small helper to install all the dependencies on the scouting server.
2using Pkg
3Pkg.activate(ARGS[1])
4Pkg.instantiate()