From 415602a58f9eeb479a26e0f7ec79f36ab2b67ea0 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 1 Sep 2021 11:40:32 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d43c3f..0b5405b 100644 --- a/README.md +++ b/README.md @@ -120,9 +120,11 @@ Context: # Python Packages we like: +* Python Standard Library: + * [argparse](https://docs.python.org/3/library/argparse.html) to build CLI programs * [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 +* [Fabric](https://www.fabfile.org/) for deployment over SSH ### Pathlib For navigating, reading and filesystem and file read/write. @@ -132,10 +134,6 @@ Path('.').iterdir() Path('.').absolute() ``` -### Deploying to Servers -When deploying to FreeBSD and Linux servers, place the code in the `/home` directory. - - # Documentation * Use [Google's Markdown Style Guide](https://google.github.io/styleguide/docguide/style.html) for written documentation. * Conceptual graphical documentation as inline embedded images.