Installation¶
Dependencies¶
matplotlib >=3.3.1
pandas
numpy
scipy
How to install?¶
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