Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 809 Bytes

installation.rst

File metadata and controls

35 lines (24 loc) · 809 Bytes

Installation

Dependencies

  • matplotlib >=3.3.1
  • pandas
  • numpy
  • scipy

How to install?

  1. Install using pip :

    pip install PyComplexHeatmap
    #or
    pip install --upgrade PyComplexHeatmap

2. Install the developmental version directly from [github](https://github.com/DingWB/PyComplexHeatmap) :: [https://github.com/DingWB/PyComplexHeatmap](https://github.com/DingWB/PyComplexHeatmap) pip install git+https://github.com/DingWB/PyComplexHeatmap

if you have installed it previously and want to update it, please run :

pip uninstall PyComplexHeatmap

and install from github again

OR :

git clone https://github.com/DingWB/PyComplexHeatmap
cd PyComplexHeatmap
python setup.py install