Skip to main content
FastQL requires Python 3.11 or newer.
pip install mygenx-fastql
For repository development, install the project with uv:
git clone https://github.com/MyGenX/FastQL.git
cd FastQL
uv sync --all-extras
Verify the package and command entry point:
uv run python -c "import fastql; print(fastql.__version__)"
uv run python -m fastql --help
The documentation application has a separate Node.js toolchain under docs/. It is not required to use the Python package.