Installation ============ If you're new to Python ----------------------- 1. Install `Anaconda `_ 2. Open the Anaconda terminal prompt 3. Execute .. code-block:: bash $ conda install -c conda-forge pathfinder2e-stats jupyterlab matplotlib $ jupyter lab 4. Create a new notebook; then in the first cell run .. code-block:: python import pathfinder2e_stats as pf2 and start hacking! Now read :doc:`notebooks/getting_started`. Required dependencies --------------------- - Python 3.11 or later - `xarray `_ Recommended dependencies ------------------------ - `jupyterlab `_ or `spyder `_ - matplotlib, plotly, hvplot, or some other plotting library for visualizations Installing with conda --------------------- .. code-block:: bash conda install pathfinder2e-stats Installing with pip ------------------- .. code-block:: bash pip install pathfinder2e-stats .. _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 `_.