From 0e80094e8779d0d33bfb4c329b9ece3259f6ba29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20Schr=C3=B6der?=
 <fschroeder@techfak.uni-bielefeld.de>
Date: Wed, 28 Feb 2024 17:04:12 +0100
Subject: [PATCH] Update package name in installation instructions

The package name 'overcooked-environment' mentioned in the installation instructions has been updated to 'cooperative_cuisine'. This change has been reflected in both the README.md and __init__.py files to ensure that users install the correct package named 'cooperative_cuisine' from the given repository.
---
 README.md                       | 2 +-
 cooperative_cuisine/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1bddb49c..9605da40 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 da424ac9..aff60acf 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
-- 
GitLab