From 6eb454934bcb42c4ed11c05d9a32132a685a960b Mon Sep 17 00:00:00 2001 From: Fabian Isensee Date: Fri, 27 Oct 2023 14:58:00 +0200 Subject: [PATCH] update to pyproject in documentation --- 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 409e5ebea..307165855 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 setup.py file. +checking the entry_points in the [pyproject.toml](../pyproject.toml) file. All nnU-Net commands have a `-h` option which gives information on how to use them.