Installation

scArches requires Python 3.6 or 3.7. We recommend to use Miniconda.

PyPI

The easiest way to get scArches is through pip using the following command:

sudo pip install -U scarchest

Development

You can also get the latest development version of scArches from Github using the following steps: First, clone scArches using git:

git clone https://github.com/theislab/scarchesp

Then, cd to the scArches folder and run the install command:

cd scarches
python3 setup.py install

On Windows machines you may need to download a C++ compiler if you wish to build from source yourself.

Dependencies

The list of dependencies for scArches can be found in the requirements.txt file in the repository.

If you run into issues, do not hesitate to approach us or raise a GitHub issue.