From 2bc504de420fb64f130bfe22ce9867cbad2b9d4a Mon Sep 17 00:00:00 2001 From: Fabian Isensee Date: Fri, 27 Oct 2023 14:58:28 +0200 Subject: [PATCH] project.scripts --- documentation/installation_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/installation_instructions.md b/documentation/installation_instructions.md index 307165855..edb03b06d 100644 --- a/documentation/installation_instructions.md +++ b/documentation/installation_instructions.md @@ -82,6 +82,6 @@ easy identification. Note that these commands simply execute python scripts. If you installed nnU-Net in a virtual environment, this environment must be activated when executing the commands. You can see what scripts/functions are executed by -checking the entry_points in the [pyproject.toml](../pyproject.toml) file. +checking the project.scripts in the [pyproject.toml](../pyproject.toml) file. All nnU-Net commands have a `-h` option which gives information on how to use them.