Calculator App Create virtual environment using python -m venv .venv Source this environment source .venv/bin/activate Install all the dependencies pip install -r requirements.txt Run the tests pytest test.py Run the app python app.py