diff --git a/README.md b/README.md index 1bddb49cc8ccebec7c6ed298c06bf19cc68a6ef2..9605da40608fe7f5c30d7b533369a921fc64da39 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You can replace the GUI with your own GUI (+ study server/matchmaking server). The correct environment needs to be active: ```bash -pip install overcooked-environment@git+https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator@main +pip install cooperative_cuisine@git+https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator@main ``` #### Run diff --git a/cooperative_cuisine/__init__.py b/cooperative_cuisine/__init__.py index da424ac901ea90b02e846668a8b85321e69dd7ad..aff60acf207e88a7c6e95663c1e9216ecbaa3d51 100644 --- a/cooperative_cuisine/__init__.py +++ b/cooperative_cuisine/__init__.py @@ -23,7 +23,7 @@ like a "real", cooperative, human partner. You need a Python **3.10** or newer environment. ```bash -pip install overcooked-environment@git+https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator@main +pip install cooperative_cuisine@git+https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator@main ``` Or clone it and install it as an editable library which allows you to use all the scripts directly. ```bash