Installation#
If you’re new to Python#
Install Anaconda
Open the Anaconda terminal prompt
Execute
$ conda install -c conda-forge pathfinder2e_stats jupyterlab matplotlib hvplot scipy $ jupyter lab
Create a new notebook; then in the first cell run
import pathfinder2e_stats as pf2
and start hacking! Now read Getting Started.
Required dependencies#
Python 3.11 or later
Recommended dependencies#
jupyterlab or spyder
matplotlib, plotly, hvplot, or some other plotting library for visualizations
Installing with conda#
conda install pathfinder2e_stats
Installing with pip#
pip install pathfinder2e_stats
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.