Installation

Note

The easiest way to run rpgpawns is directly in your browser - no installation needed. The instructions below are to install the command line tool and Python API and are not necessary for most people.

Required dependencies

  • Python 3.11 or later

  • Pillow 10.0 or later

Installing with conda

conda install -c conda-forge rpgpawns

Installing with pip

pip install rpgpawns

Minimum dependency versions

This project adopts a rolling policy based on SPEC 0 regarding the minimum supported version of its dependencies.

You can see the actual minimum tested versions in pyproject.toml.