aboutsummaryrefslogtreecommitdiff
path: root/programming/python
diff options
context:
space:
mode:
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