Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 374 Bytes

File metadata and controls

27 lines (16 loc) · 374 Bytes

Interview-Question-Creator

How to run:

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

conda activate interview
  1. Activate the envirnoment

  2. install requirements

pip install -r requirements.txt 

GitHub commands

1. git clone https://github.com/nikhil-suresh-56/Interview-Question-Creator.git