Created
November 1, 2024 17:48
-
-
Save se7enack/feff12b3e8c1a839256bbfc963362654 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python3 -m venv .venv | |
source .venv/bin/activate | |
pip3 install --upgrade pip | |
pip3 install -r requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment