diff options
| author | Alex Corcoles <alex@pdp7.net> | 2024-03-01 20:43:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-01 20:43:05 +0100 |
| commit | 002a3e937fcbd32df31b12a5da04c1e0ac82812a (patch) | |
| tree | da79e0f6b2a270efae865257f35cf43cab0c5835 /programming | |
| parent | ce3a29aaa57eea28d21c59fd6d7a80187d6d72fa (diff) | |
Remove finer details and refer to extra document
Diffstat (limited to 'programming')
| -rw-r--r-- | programming/python/project_setup.md | 2 |
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 |
