From 1a8cb9cf3b73bd90a77e793b7f4b6f7815dc9490 Mon Sep 17 00:00:00 2001 From: Jochem Smit Date: Wed, 4 Sep 2024 12:58:36 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54ac3cd..8d2ad9e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Don't FRET Don't FRET! is a python package featuring a web application for performing burst search on confocal smFRET data. +``` +pip install dont-fret +``` + ## Process photon files @@ -99,4 +103,4 @@ solara run dont_fret\tmp.py -- --config default_testing.yaml - Create a new release on github. Create a new tag with the version (format: v0.1.0) - github actions creates release on pypi -- done! \ No newline at end of file +- done!