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).