Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c5c20b9b45116f4d5e60acf1b43c65a62e5e6826
/
.
/
scouting
/
DriverRank
/
activate.jl
blob: 741d05d48c5e1e6058157261e6eced3627fd0f92 [
file
] [
log
] [
blame
]
# A small helper to install all the dependencies on the scouting server.
using
Pkg
Pkg
.
activate
(
ARGS
[
1
])
Pkg
.
instantiate
()