Installation¶
Goal¶
Install PyFLASH in the Python environment you will use for analysis.
Before You Start¶
- PyFLASH requires Python 3.9 or newer.
- The package name on PyPI is
PyFLASH-analysis. - The import name in Python is
PyFLASH.
Steps¶
Install the released package:
For local development from this repository, install the editable package from the project root:
Install the optional Streamlit UI dependencies only when you want the UI:
If you installed from PyPI and want the UI extra, use:
Check It Worked¶
Run a small import check in the same environment:
The command should print PyFLASH import ok.