]> xn--ix-yja.es Git - alex.git/commitdiff
Remove finer details and refer to extra document
authorAlex Corcoles <alex@pdp7.net>
Fri, 1 Mar 2024 19:43:05 +0000 (20:43 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2024 19:43:05 +0000 (20:43 +0100)
programming/python/project_setup.md

index eab2a85f70b73e20f5feeb19b6ad9cc63afc22e4..7c736c94b48733934744af66e8dbcb207f9e3adb 100644 (file)
@@ -23,7 +23,7 @@ There are many similar tools such as pipenv and there are many multiple ways to
 
 You can install poetry using pipx.
 
-Commit `poetry.lock` to version control. For runtime dependencies, specify bounded dependency ranges. For development dependencies, use unbounded dependencies.
+Consider reading [some brief notes about Python dependency management](dependency_handling.md).
 
 # Test your code