Backend-python ctrl + shift + p -> activate enviromnent -> venv -> local python3 -m venv venv windows .\venv\Scripts\activate linux source venv/bin/activate In .venv environment: pip install -r src/utils/requirements.txt You use that command every time you alter requirements.txt file To run the backend: python3 src/main.py