Skip to content
Snippets Groups Projects
Commit 04ac8523 authored by Florian Schröder's avatar Florian Schröder
Browse files

Update directory name in installation instructions

The installation instructions in README.md and __init__.py have been updated to reflect the change in directory name from 'cooperative_cuisine' to 'overcooked-simulator'. This update ensures the correct directory is specified for the 'cd' command post cloning of the repository.
parent 7e1a0ec1
No related branches found
No related tags found
1 merge request!67Resolve "File, dir renaming"
Pipeline #47423 passed
......@@ -18,7 +18,7 @@ In your `repo`, `PyCharmProjects` or similar directory with the correct environm
```bash
git clone https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator.git
cd cooperative_cuisine
cd overcooked-simulator
pip install -e .
```
......
......@@ -28,7 +28,7 @@ pip install cooperative_cuisine@git+https://gitlab.ub.uni-bielefeld.de/scs/cocos
Or clone it and install it as an editable library which allows you to use all the scripts directly.
```bash
git clone https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator.git
cd cooperative_cuisine
cd overcooked-simulator
pip install -e .
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment