We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988c677 commit 8af216aCopy full SHA for 8af216a
1 file changed
README.md
@@ -13,7 +13,14 @@ pip install --ignore-install matplotlib==3.5.1 numpy==1.20.3 pandas==1.4.1
13
```
14
15
## **Installation**
16
-1. **Install the developmental version directly from github**:
+1. **Install with pip**:
17
+```shell
18
+pip install PyComplexHeatmap
19
+#or
20
+pip install --ignore-installed PyComplexHeatmap
21
+```
22
+
23
+2. **Install the developmental version directly from github**:
24
25
pip install git+https://github.com/DingWB/PyComplexHeatmap
26
@@ -26,10 +33,6 @@ git clone https://github.com/DingWB/PyComplexHeatmap
33
cd PyComplexHeatmap
27
34
python setup.py install
28
35
29
-2. **Install with pip**:
30
-```shell
31
-pip install --ignore-installed PyComplexHeatmap
32
-```
36
37
## **Usage**
38
### **1. Simple Guide To Get started.**
0 commit comments