wip
This commit is contained in:
parent
780c1dd3cb
commit
84489675ba
@ -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
|
||||
|
||||
Reference in New Issue
Block a user