Update README.md

This commit is contained in:
Philipp Horstenkamp 2023-10-26 01:36:19 +02:00
parent 74a6f429b3
commit b603a775dc
1 changed files with 2 additions and 5 deletions

View File

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