- Create an environment
conda create -n interview python=3.10 -y
conda activate interview
1. git clone https://github.com/lokesh-repaka/Interview-Question-Creator.git
2. git add .
3. git commit -m "readme updated"
4. git push origin main
pip install -r requirements.txt