Skip to content
Snippets Groups Projects
Commit e5a7aee2 authored by Min Gao's avatar Min Gao
Browse files

modified: README.md

parent 151e916e
No related branches found
No related tags found
No related merge requests found
#Quick start
##System requirements:
Linux/Unix
Python (>= 3.7)
##Install Scanpy through conda:
# Quick start
## System requirements:
Linux/Unix
Python (>= 3.7)
## Install Scanpy through conda:
The Miniconda3 package management system can be used to harmonize all of the software packages. We can install Scanpy using the conda environment.
Use the following commands to install Minicoda3
Use the following commands to install Minicoda3£º
$ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
$ bash Miniconda3-latest-Linux-x86_64.sh
We can create an isolated environment for Scanpy and install through the following commands:
##We can create an isolated environment for Scanpy and install through the following commands:
$ conda config --add channels defaults
$ conda config --add channels bioconda
$ conda config --add channels conda-forge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment