From 06b1daf861e3768db10180945cd49a512aa414df Mon Sep 17 00:00:00 2001 From: saundersp Date: Sat, 24 Aug 2024 19:22:07 +0200 Subject: [PATCH] README.md : removed pythons commands --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index e2c27c7..fc209ed 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,6 @@ Host \$HOST_NAME Now you can just connect using ssh \$HOST_NAME -## Pythons commands - -```sh -# Update every packages -pip freeze | cut -d = -f 1 | xargs -n1 pip install -U -# Uninstall every packages -pip freeze | cut -d = -f 1 | xargs -n1 pip uninstall -y -``` - ## Docker commands ```sh