Clone this repository and change the directory using git clone https://github.com/KanishkRastogi46/devskart.git cd devskart Create a virtual env, activate it and install the required packages using python -m venv .venv ./.venv/Scripts/activate pip install -r requirements.txt