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