Skip to content

Instantly share code, notes, and snippets.

@kaveenr
Created February 4, 2022 07:52
Show Gist options
  • Save kaveenr/07973c08fbeb7ca16549e12a1f7f3b57 to your computer and use it in GitHub Desktop.
Save kaveenr/07973c08fbeb7ca16549e12a1f7f3b57 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "๐Ÿ  Setup Virtual Enviroment"
python3 -m venv venv
source venv/bin/activate
echo "๐Ÿ“ฆ Link To Azure Artefact Repo"
pip install -r requirements.txt
echo "๐Ÿš€ Ready to go!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment