Install¶
mfgQC requires Python 3.10 or newer. Installing it pulls in its scientific dependencies automatically: NumPy, pandas, SciPy, Matplotlib, statsmodels, and scikit-learn.
Verify the install¶
Development install¶
To work on mfgQC itself, clone the repository and install it editable with the test extras:
git clone https://github.com/cjbrant/mfgQC
cd mfgQC
pip install -e ".[test]"
pytest # full regression suite
The documentation toolchain is a separate extra:
Loading a CSV¶
mfgQC takes a pandas DataFrame, so read your file with pandas first: