Created
February 4, 2022 07:52
-
-
Save kaveenr/07973c08fbeb7ca16549e12a1f7f3b57 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
#!/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