aboutsummaryrefslogtreecommitdiff
path: root/programming/python
diff options
context:
space:
mode:
authorAlex Corcoles <alex@pdp7.net>2024-03-01 20:43:05 +0100
committerGitHub <noreply@github.com>2024-03-01 20:43:05 +0100
commit002a3e937fcbd32df31b12a5da04c1e0ac82812a (patch)
treeda79e0f6b2a270efae865257f35cf43cab0c5835 /programming/python
parentce3a29aaa57eea28d21c59fd6d7a80187d6d72fa (diff)
Remove finer details and refer to extra document
Diffstat (limited to 'programming/python')
-rw-r--r--programming/python/project_setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/programming/python/project_setup.md b/programming/python/project_setup.md
index eab2a85f..7c736c94 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