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
.
1 | install_chess(method = "auto", conda = "auto", ...)
|
method |
Installation method |
conda |
The path to a conda executable |
... |
Other arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.