Skip to content

Instantly share code, notes, and snippets.

@tansionline
Last active February 17, 2023 13:16
Show Gist options
  • Save tansionline/3e6bd64efa57937d51180f0c99855c48 to your computer and use it in GitHub Desktop.
Save tansionline/3e6bd64efa57937d51180f0c99855c48 to your computer and use it in GitHub Desktop.
sudo apt update &&
sudo apt install python3 pip -y &&
pip install -r requirements.txt

Create a new file called "install.sh"

Create a new file called "requirements.txt"

Open terminal and run this code "bash install.sh"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment