From b603a775dcebe3b2c4f03dd345349eed751cdfc1 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Thu, 26 Oct 2023 01:36:19 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ed9fde8..ed07809 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ This repository hosts a project for the course "Deep Learning" as part of my stu ## Installation 1. Clone the repository: `git clone https://git.horstenkamp.eu/Philipp/reversi.git` -2. Install dependencies: `pip install -r requirements.txt` +2. Enter the repository: `cd reversi` +2. Install dependencies: `poetry install` ## Usage @@ -14,7 +15,3 @@ Open the Jupyter Notebook to interact with the game and explore the model's stra ## Contributing Feel free to explore the code and provide feedback. - -## Contact - -For any queries, reach out to [Philipp](https://github.com/Philipp).