Skip to content
Snippets Groups Projects
Commit d474e241 authored by Guillaume Cerutti's avatar Guillaume Cerutti
Browse files

add readme

parent 15ee0174
No related branches found
No related tags found
No related merge requests found
# Nuclei signal quantification
## Installation
### Create a new `conda` environment
* Using the `environment.yml` file, create a new environment with all the necessary dependencies:
```bash
cd nuclei_quantification
conda env create -f environment.yml
```
## Usage
* Activate the environment:
```bash
conda activate nuclei-quantification
```
* Launch the Notebook server
```bash
jupyter notebook
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment