From fd6c6c49bf201adb945da3c7b0948c14a24ba80e Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Thu, 5 Aug 2021 15:03:33 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4d8721..0415f35 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,10 @@ Context: ``` # Python -Python is notoriously painful to manage. Use [pipx](https://pypi.org/project/pipx/) or [pyenv](https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/). +Packages we like: +* [pipx](https://pypi.org/project/pipx/) or [pyenv](https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/). +environment management. +* argparse ### Pathlib For navigating, reading and filesystem and file read/write.