Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 404 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 404 Bytes

Interview-Question-Creator

How to run

  1. Create an environment
conda create -n interview python=3.10 -y

conda activate interview

github command

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

Install requirements

pip install -r requirements.txt