install_chess: Install python-chess

Description Usage Arguments

View source: R/python.R

Description

Install the python library used as the backbone of this package. You can pass arguments on to reticulate::py_install(), but python-chess needs python_version = "3.8" and pip = TRUE.

Usage

1
install_chess(method = "auto", conda = "auto", ...)

Arguments

method

Installation method

conda

The path to a conda executable

...

Other arguments passed on to reticulate::py_install()


chess documentation built on Jan. 13, 2021, 8:31 p.m.