Installation#

To begin using the adata-query API, install from PYPI (recommended) or GitHub.

GitHub (Developer version)#

# Install the developer version via GitHub

git clone https://github.com/mvinyard/AnnDataQuery.git; cd ./AnnDataQuery;
pip install -e .