Installation#

If you’re new to Python#

  1. Install Anaconda

  2. Open the Anaconda terminal prompt

  3. Execute

    $ conda install -c conda-forge pathfinder2e_stats jupyterlab matplotlib hvplot scipy
    $ jupyter lab
    
  4. Create a new notebook; then in the first cell run

    import pathfinder2e_stats as pf2
    

    and start hacking! Now read Getting Started.

Required dependencies#

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.