Skip to content

Installation

claude edited this page Jul 9, 2026 · 1 revision

Installation

git clone https://github.com/timeout187/RigidFlightLab.git
cd RigidFlightLab
pip install -r requirements.txt

Requires Python 3.10+.

Running the GUI

streamlit run src/gui/app.py

Running the examples

python -m examples.nominal_run
python -m examples.dispersion_example

Running the tests

python -m pytest tests/ -q

Clone this wiki locally