mkdir Streamlit-wrk
cd Streamlit-wrk
python -m venv venv source venv/bin/activate # For Linux/Mac venv\Scripts\activate # For Windows
pip install streamlit pip install pandas pip install numpy