Skip to content

Installation

From PyPI

pip install flow-props

To upgrade an existing installation:

pip install --upgrade flow-props

From Source

1
2
3
git clone https://github.com/uahypersonics/flow-props.git
cd flow-props
pip install -e .

Optional Extras

For development (tests, linting, and docs):

pip install -e ".[dev]"

Includes:

Verify Installation

flow-props --version

Or verify the Python import:

import flow_props
print(flow_props.__version__)