Skip to content

Latest commit

 

History

History

day-7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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