Skip to content

Installation

Anna Cuomo edited this page Sep 6, 2021 · 8 revisions

Main software installation

From your command line, enter

pip install cellregmap

in your command line.

Development mode

To install it in development mode, enter

git clone https://github.com/limix/CellRegMap.git
cd CellRegMap
pip install -e .

in your command line.

Clone this wiki locally