From 2cc439602bf29687c8e4fc49b12e00dbfb3d19e8 Mon Sep 17 00:00:00 2001 From: Timothy Sipkens Date: Tue, 7 May 2024 11:47:12 -0400 Subject: [PATCH] Update README with more info for Linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1250893..4b7d72c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The submodule is not necessary for any of the scripts or methods included with t Additional dependencies are required for use of the **[carboseg](https://github.com/tsipkens/atems/tree/master/carboseg)** or convolutional neural network component of this program, including a copy of Python. See the appropriate [section below](#+-carboseg-and-cnn-segmentation) for more information. -This code has been tested on Windows 10+. Linux users may have some issues with loading images when supplying a string to `tools.load_imgs(...)`. +This code has been tested on Windows 10+. Linux users may have some issues with loading images when supplying a string to `tools.load_imgs(...)` (for example, because of differences in file separator). macOS users may encounter similar issues, including in writing aggregate structures to JSON files and in certain plotting functions. # B. Getting started