Interview-Question-Creation creating and activating the virtual environment conda create -n "interview" python=3.10 -y conda activate interview Git commands git clone <your github path> git add . git commit -m "<message>" git push origin main install the requirements.txt file pip install -r requirements.txt