Command to create Virtual environment python -m venv venv .venv\Scripts\activate Git Commands git config --global user.email "replace with your email" git config --global user.name "Replace with your name" git clone <repository Streamlit streamlit run app.py