File size: 239 Bytes
6e0faa9
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#! /usr/bin/env bash
# Source conda to enable 'conda activate'
source "$(conda info --base)/etc/profile.d/conda.sh"
conda activate medkgc
# Install dependencies
pip install -r requirements.txt
# Start the Streamlit app
streamlit run app.py