Installation guide ================== ************ Main package ************ The ``scglue`` package can be installed via conda using one of the following commands: .. code-block:: bash :linenos: conda install -c conda-forge -c bioconda scglue # CPU only conda install -c conda-forge -c bioconda scglue pytorch-gpu # With GPU support Or, it can also be installed via pip: .. code-block:: bash :linenos: pip install scglue .. note:: To avoid potential dependency conflicts, installing within a `conda environment `__ is recommended. ********************* Optional dependencies ********************* Some functions in the ``scglue`` package use metacell aggregation via k-Means clustering, which can receive significant speed up with the `faiss `__ package. You may install ``faiss`` following the official `guide `__. Now you are all set. Proceed to `tutorials `__ for how to use the ``scglue`` package.