diff options
| author | Jovan Jovanovic <jovanovicjovan921@gmail.com> | 2024-09-06 00:35:32 +0200 |
|---|---|---|
| committer | Jovan Jovanovic <jovanovicjovan921@gmail.com> | 2024-09-06 00:35:32 +0200 |
| commit | c2dee48a41f56356d6e61e17c4b8ef370c2b53ba (patch) | |
| tree | e8c5f6eed5ee5b4baa38411e6d12effd50dbe32b /setup.sh | |
Template
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 5 |
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" |
