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
---------------------
.. code-block:: bash
conda install -c conda-forge rpgpawns
Installing with pip
-------------------
.. code-block:: bash
pip install rpgpawns
.. _mindeps_policy:
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
`_.