Installation#
To begin using the adata-query API, install from PYPI (recommended) or GitHub.
Install via pip (recommended)#
pip install adata_query
GitHub (Developer version)#
# Install the developer version via GitHub
git clone https://github.com/mvinyard/AnnDataQuery.git; cd ./AnnDataQuery;
pip install -e .