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