From 585bdc7b47dae56017db19c17a81e337d20a1c50 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 2 Jul 2021 06:12:32 +0200 Subject: [PATCH] Add dm_control to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7170fa6..cc9445c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,8 @@ setup( 'PyQt5', 'matplotlib', 'mp_env_api @ git+ssh://git@github.com/ALRhub/motion_primitive_env_api.git', - 'mujoco_py' + 'mujoco_py', + 'dm_control' ], url='https://github.com/ALRhub/alr_envs/',