From 7bb43995a059830cff08f13533b24732e0bd9961 Mon Sep 17 00:00:00 2001 From: Sander Roet Date: Fri, 1 Mar 2024 16:24:42 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Marten Chaillet <58044494+McHaillet@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b106d9b..e5480da2 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,13 @@ python -m pip install pytom-match-pick ``` ## Cupy warning -Trying to import the code with +Having issues running the software? If cupy is not correctly installed, ```commandline python -c "import pytom_tm" ``` can show a cupy warning. If this is the case, this probably means cupy is not correctly installed. -If your cupy installation is broken, the following should raise some errors: +Alternatively, cupy can sometimes be installed without issue but not detect CUDA correctly. In that case, the following should raise some errors: ```commandline python -c "import cupy as cp; a = cp.zeros((100,100))" ```