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!