Skip to content

mahebish/Interview-Question-Creation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published