Get started
This guide will help you install Celldetective and launch your first session.
Step 1: Installation
Celldetective is a Python package typically installed via pip in a conda environment.
$ pip install celldetective[all]
For detailed instructions, troubleshooting, and GPU setup, see the Installation Reference.
Step 2: Launching the GUI
Once installed, open a terminal and run:
$ python -m celldetective
Launching the software from a terminal.
Step 3: Next Steps
Upon launch, you can create a new experiment or load an existing one.
To understand the experiment structure, see First Experiment.
To create your first project, see How to create an experiment.