Back to Home
Documentation
Learn how to use CellMap for your spatial cellular prediction tasks
Installation
How to install and set up CellMap
Prerequisites
- Python 3.8 or higher
- PyTorch 1.10 or higher
- CUDA-capable GPU (recommended)
Install from GitHub
# Clone the repository
git clone https://github.com/yourusername/cellmap.git
cd cellmap
# Install dependencies
pip install -r requirements.txtbash
Install with pip
pip install cellmapbash