Skip to content

Installation

From PyPI

pip install gasdyn

From Source

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

Requirements

  • Python >= 3.11
  • NumPy >= 1.24

Development

Install the development dependencies for testing, linting, and documentation:

pip install -e ".[dev]"

The development dependencies include pytest, pytest-cov, Ruff, and Zensical for building the documentation.