From 6e1c6188dd1c60fdbbc1861646fd2d82f7d2588b Mon Sep 17 00:00:00 2001 From: Alex Lubbock Date: Thu, 8 Aug 2024 19:20:58 +0100 Subject: [PATCH] docs: update README.md with supported python vers (#23) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9f6226..ddb6662 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Thunor** (pronounced THOO-nor) is a free software platform for managing, visualizing, and analyzing high throughput screen (HTS) data, which measure the dose-dependent response of cells to one or more drug(s). -Thunor has a web interface for drag-and-drop upload of cell count data, +Thunor has a web interface for drag-and-drop upload of cell count data, automatic calculation of dose response curves, and an interactive multi-panelled plot system. @@ -15,12 +15,14 @@ built around this package with added database and multi-user capabilities. ## Implementation Thunor is written in pure Python and is compatible with Python 3 only. -It makes extensive use of [pandas](http://pandas.pydata.org/) and +It makes extensive use of [pandas](http://pandas.pydata.org/) and [plotly](http://plot.ly/python/). ## Installation -Install using `pip`: +Thunor Core is tested against the three most recent stable releases +of Python (currently 3.10-3.12), so one of these versions is +recommended. Install Thunor Core using `pip`: ``` pip install thunor