aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorJovan Jovanovic <jovanovicjovan921@gmail.com>2024-09-06 00:35:32 +0200
committerJovan Jovanovic <jovanovicjovan921@gmail.com>2024-09-06 00:35:32 +0200
commitc2dee48a41f56356d6e61e17c4b8ef370c2b53ba (patch)
treee8c5f6eed5ee5b4baa38411e6d12effd50dbe32b /setup.sh
Template
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
new file mode 100755
index 0000000..05586b3
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,5 @@
+python3 -m venv venv
+source venv/bin/activate
+pip3 install -r requirements.txt
+pip3 install ./avala-client-0.1.0.tar.gz
+echo "Avala Environment Setup"