From c65eecd5d79dcb340d7154309b8dcf60f388f16f Mon Sep 17 00:00:00 2001 From: Alex Corcoles Date: Fri, 1 Mar 2024 20:44:52 +0100 Subject: [PATCH] Clarify binary dependencies --- programming/python/project_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/python/project_setup.md b/programming/python/project_setup.md index 7c736c9..2d66db8 100644 --- a/programming/python/project_setup.md +++ b/programming/python/project_setup.md @@ -112,4 +112,4 @@ Consider the use of Sphinx to render documentation and publish it to the web if If your code can be executed from a command line, consider documenting installation via `pipx`. -If your code has significant binary dependencies, consider publishing a Docker image. Design your Docker images so rebuilding the image on most changes is fast. +If your code has dependencies that are not trivial to install (such as Pandas), consider publishing a Docker image or using dependencies that are simpler to install. Design your Docker images so rebuilding the image on most changes is fast. -- 2.47.3