Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9
3.9.25
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The data used in this analysis are publicly available on [Quilt](https://open.qu

This analysis is tested on Ubuntu 18.04. Other operating systems may work, but there are known dependency issues with MacOS.

1. Install Python 3.9 and `git`. Update pip at least to `24.0.0`. Confirm your versions with `python --version` and `pip --version`.
1. Install `git` and Python 3.9.12 or a later version of Python 3.9. Update pip at least to `24.0.0`. Confirm your versions with `python --version` and `pip --version`.
2. Clone this git repository.
```bash
git clone git@github.com:AllenCell/nuc-morph-analysis.git
Expand Down
Loading