Installation#
If you’re new to Python#
You don’t need to install anything to start using pathfinder2e-stats. Just follow these steps:
Open the web-based JupyterLite page
Create a new notebook or open a demo one
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#
Python 3.11 or later
Recommended dependencies#
jupyterlab or spyder
matplotlib, plotly, hvplot, or some other plotting library for visualizations
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.