diff --git a/README.md b/README.md index f1dcff1..b220552 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 +``` + ![screenshot](assets/screenshot.png) ## Process photon files @@ -100,4 +104,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!