diff options
| author | Jovan Jovanovic <jovanovicjovan921@gmail.com> | 2024-09-05 23:05:40 +0200 |
|---|---|---|
| committer | Jovan Jovanovic <jovanovicjovan921@gmail.com> | 2024-09-05 23:05:40 +0200 |
| commit | 51c419aeb1573281148d3c7ebad8ee5136fe6254 (patch) | |
| tree | 503f4e94d1c152caac634c40c1d09cce386990ab /setup.sh | |
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" |
