Skip to content

Getting Started with Cellects

Installation (Short version)

Install on Windows (.exe) and macOS (.dmg)

Or, install via pip:

pip install cellects
Any difficulties? follow our complete installation tutorial


Quick Start

Run in terminal:

Cellects

Testing

In order to validate your installation, you can run the test using the following commands:

pip install -e ".[test]"
pytest