Skip to content

Commit

Permalink
fix student install (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed Jan 16, 2024
1 parent 7f99acc commit ad495eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_editable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-e simulators/mujoco_simulator[dev]
-e experimentation[dev]
-e modular_robot_simulation[dev]
-e modular_robot_physical[dev]
-e modular_robot_physical[remote]
-e modular_robot[dev]
-e simulation[dev]
-r ./examples/robot_bodybrain_ea_database/requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions student_install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

# Installs all Revolve2 packages in editable mode as well as all example requirements.
# This is the same as installing `editable_requirements.txt`.
# This is the same as installing `requirements_editable.txt`.

cd "$(dirname "$0")"

pip install -r ./editable_requirements.txt
pip install -r ./requirements_editable.txt

0 comments on commit ad495eb

Please sign in to comment.