Skip to content

Commit 8af216a

Browse files
committed
update readme
1 parent 988c677 commit 8af216a

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ pip install --ignore-install matplotlib==3.5.1 numpy==1.20.3 pandas==1.4.1
1313
```
1414

1515
## **Installation**
16-
1. **Install the developmental version directly from github**:
16+
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**:
1724
```
1825
pip install git+https://github.com/DingWB/PyComplexHeatmap
1926
```
@@ -26,10 +33,6 @@ git clone https://github.com/DingWB/PyComplexHeatmap
2633
cd PyComplexHeatmap
2734
python setup.py install
2835
```
29-
2. **Install with pip**:
30-
```shell
31-
pip install --ignore-installed PyComplexHeatmap
32-
```
3336

3437
## **Usage**
3538
### **1. Simple Guide To Get started.**

0 commit comments

Comments
 (0)