Installation
Install the library
The best way to interact with our API is to use one of our official libraries:
# Install via pip
pip install adata_query# Install the developer version via GitHub
git clone https://github.com/mvinyard/AnnDataQuery.git; cd ./AnnDataQuery;
pip install -e .Last updated