From 2671a92a72158872c121b6d049a5c4c0d04fa4ac Mon Sep 17 00:00:00 2001 From: Gigon Bae Date: Tue, 1 Oct 2024 14:26:31 -0700 Subject: [PATCH] Remove unnecessary words from the contributing document Signed-off-by: Gigon Bae --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a05dee929..9dc5c6232 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,7 +123,7 @@ cd $CUCIM_HOME Conda can be used to setup an environment which includes all of the necessary dependencies (as shown in `./conda/environments/all_cuda-118_arch-x86_64.yaml`) for building cuCIM. -Otherwise, you may need to install dependencies (such as zlib, xz, yasm) through your OS's package manager (`apt`, `yum`, and so on). +Otherwise, you may need to install dependencies (such as yasm) through your OS's package manager (`apt`, `yum`, and so on). ### Creating the Conda Development Environment `cucim`