InstallationΒΆ

You can install the Tetris-Gymnasium package using pip:

pip install tetris-gymnasium

Alternatively, you can install the environment by cloning the repository and using Poetry:

git clone https://github.com/Max-We/Tetris-Gymnasium.git
cd Tetris-Gymnasium
poetry install

This method is useful if you want to contribute to the project or need the latest development version.