Installation#

If you’re new to Python#

You don’t need to install anything to start using pathfinder2e-stats. Just follow these steps:

  1. Open the web-based JupyterLite page

  2. Create a new notebook or open a demo one

  3. In the first cell, execute

    %pip install -q pathfinder2e-stats
    import pathfinder2e_stats as pf2
    

    and start hacking! Now read Getting Started.

Local Installation#

If you are more familiar with Python, it’s recommended that you install the package locally.

You can do this using either conda:

conda install -c conda-forge pathfinder2e-stats

or pip:

pip install pathfinder2e-stats

Required dependencies#

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.