/Interview-Question-Creator

Primary LanguageJupyter NotebookMIT LicenseMIT

Interview-Question-Creator

How to run:

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


conda activate interview
  1. Activate the environment
conda activate interview
  1. install requirements
pip install -r requirements.txt

GitHub commands

1. git clone https://github.com/

2. git add .

3. git commit -m "readme updated"

4. git push origin main