Installation Options
Standard Installation
From Source
git clone https://github.com/bigbio/qpx.git
cd qpx
pip install .
Development Installation
For contributing to the project:
# 1. Fork the repository on GitHub
# Visit https://github.com/bigbio/qpx and click "Fork"
# 2. Clone your fork
git clone https://github.com/YOUR-USERNAME/qpx
cd qpx
# 3. Install dependencies
# Using Poetry (recommended)
poetry install
# Or using pip
pip install -r requirements.txt
pip install -e .