1. Create an environment
conda create -n interview python=3.10 -y
conda activate interview
-
Activate the envirnoment
-
install requirements
pip install -r requirements.txt 1. git clone https://github.com/nikhil-suresh-56/Interview-Question-Creator.git