InstallationΒΆ
Python 3.7 or higher is required
To install stable version from PyPI (recommended):
$ pip install pychesscom
To install development version:
$ git clone https://github.com/vopani/pychesscom
$ cd pychesscom
$ python3 -m pip install -r requirements.txt