]> xn--ix-yja.es Git - alex.git/commitdiff
Clarify binary dependencies
authorAlex Corcoles <alex@pdp7.net>
Fri, 1 Mar 2024 19:44:52 +0000 (20:44 +0100)
committerAlex Corcoles <alex@corcoles.net>
Fri, 1 Mar 2024 20:27:52 +0000 (20:27 +0000)
programming/python/project_setup.md

index 7c736c94b48733934744af66e8dbcb207f9e3adb..2d66db827fad2131b9b4e75661909f8338c34be3 100644 (file)
@@ -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.