From 84489675ba1eb7436e6a2ff77444595fe00c6157 Mon Sep 17 00:00:00 2001 From: ramzouille Date: Thu, 15 Jan 2026 23:21:57 +0100 Subject: [PATCH] wip --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index fbceedf..8cc512c 100644 --- a/readme.md +++ b/readme.md @@ -14,3 +14,10 @@ Grabber is a bash program that fetch some informations of the computer like memo # Credits Logo inspired by [kawaiiLogos](https://github.com/SAWARATSUKI/KawaiiLogos) project + +python3 -m venv gbvenv + 182 source gbvenv/bin/activate + 183 pip install --upgrade pip + 184 python -m pip install fastapi + 185 pip freeze >> requirements.txt + 186 echo ¨gbvenv¨ >> .gitignore