File size: 125 Bytes
f7197e2 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# a) Install dependencies
python -m pip install --user -r requirements.txt
# b) Run the codebase
python app.py
|
f7197e2 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# a) Install dependencies
python -m pip install --user -r requirements.txt
# b) Run the codebase
python app.py
|