Installation
Installation from GitHub Source
Install with the following command. Cython and a compatible C++ compiler are required.
pip install git+https://github.com/TadaoYamaoka/cshogi
Installation from PYPI
pip install cshogi
You need pip version 19.0 or higher. If you have a version lower than 19.0, you need to upgrade pip first.
If you are using the cshogi.web package, you can install the additional dependencies with the following command:
pip install cshogi[web]