Basic math functions in Python
Make sure you have Conda or Miniconda installed.
conda create --name python-calculator python=3.8
conda activate python-calculator
pip install .
Make sure you have activated your virtual environment environment. Then run:
pytest