From: Alex Corcoles Date: Fri, 1 Mar 2024 19:43:05 +0000 (+0100) Subject: Remove finer details and refer to extra document X-Git-Tag: 20241020-emacs~268 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=002a3e937fcbd32df31b12a5da04c1e0ac82812a;p=alex.git Remove finer details and refer to extra document --- diff --git a/programming/python/project_setup.md b/programming/python/project_setup.md index eab2a85..7c736c9 100644 --- a/programming/python/project_setup.md +++ b/programming/python/project_setup.md @@ -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