]> xn--ix-yja.es Git - alex.git/commitdiff
Link to project setup article
authoralex <alex@pdp7.net>
Tue, 12 Sep 2023 07:39:19 +0000 (09:39 +0200)
committeralex <alex@pdp7.net>
Tue, 12 Sep 2023 07:39:19 +0000 (09:39 +0200)
programming/python/dependency_handling.md

index 02ee5b149561880c8e84969d7dba260e649ff432..3f1db103db88fe450a9e19ff0a88d196c3467eac 100644 (file)
@@ -5,7 +5,7 @@ Specifically, if you have seen files named `requirements.txt` and have wondered
 
 If you are starting to write Python software and you are looking at an introductory text about distributing your software and using dependencies, I would recommend you to skip directly to using the "new generation" Python packaging tools.
 This way, you can avoid most of the complexities in this post.
-You can also check out the [Python Packaging User Guide](https://packaging.python.org/en/latest/).
+You can also check out the [Python Packaging User Guide](https://packaging.python.org/en/latest/) and [my own prescriptive project setup recommendations](project_setup.md).
 
 Most programs can use third-party libraries to implement parts of their functionality without implementing everything from scratch.