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.