From e5a7aee28f29321354080bcc6acc039f43f9fa15 Mon Sep 17 00:00:00 2001
From: Min Gao <mgao@uabmc.edu>
Date: Thu, 18 Mar 2021 20:54:30 -0500
Subject: [PATCH] 	modified:   README.md

---
 README.md | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 2593f1c..de05ef8 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,14 @@
-#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
-- 
GitLab