Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
7227a8b7bee47beda92f7ee084f9abec40a59d6c
/
.
/
scouting
/
DriverRank
/
activate.jl
blob: 741d05d48c5e1e6058157261e6eced3627fd0f92 [
file
] [
log
] [
blame
]
Philipp Schrader
119c382
2023-03-07 19:49:58 -0800
[
diff
] [
blame
]
1
# A small helper to install all the dependencies on the scouting server.
2
using
Pkg
3
Pkg
.
activate
(
ARGS
[
1
])
4
Pkg
.
instantiate
()