pip install chess
: a library for handling chess games, including board representation, move generation, and game analysis;pip install chess.svg
: a module of thechess
library that provides functionalities to render chess boards and positions as SVG images (see below).

pip install IPython
: part of the IPython library, this module is used to display rich media (like SVG images) in Jupyter notebooks or IPython environments.