From 28a0a98e6ba5337a006ac98414fa63487c752e1b Mon Sep 17 00:00:00 2001 From: VincentAURIAU Date: Tue, 7 Nov 2023 23:17:40 +0100 Subject: [PATCH] ADD: pip install in readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a9e259..7db7ed5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## PyAlapin, your customized chess engine +# PyAlapin, your customized chess engine Is it the best, most efficient and state of the art chess engine ? I'm pretty sure not. However, driven by passion and madness, I have developed my own chess game in Python. @@ -6,6 +6,14 @@ For your pretty eyes and your devilish smile, I share it with you. But only with Special thanks and dedication to LeMerluche, crushing its opponents on chess.com with alapin openings ❤️ +## How to install +Simply use: +```bash +pip install pyalapin +``` +You only need [numpy](https://numpy.org/) to play with with terminal interface and with Python. +You will need [kivy](https://kivy.org/) to play with the interface. + ## How to play with interface ```python from pyalapin.interface import ChessApp