Update README.md

This commit is contained in:
dannydannydanny 2021-08-05 15:03:33 +02:00 committed by GitHub
parent 112810de32
commit fd6c6c49bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.