Get started =========== .. _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. .. code-block:: console $ pip install celldetective[all] For detailed instructions, troubleshooting, and GPU setup, see the :doc:`Installation Reference `. Step 2: Launching the GUI ------------------------- Once installed, open a terminal and run: .. code-block:: console $ python -m celldetective .. figure:: _static/launch.gif :width: 100% :align: center :alt: static_launch_gui 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 :doc:`First Experiment `. * To create your first project, see :doc:`How to create an experiment `.