/python-maths

Primary LanguagePythonMIT LicenseMIT

python-math

Basic math functions in Python

Working in a Conda environment

Make sure you have Conda or Miniconda installed.

Create conda environment

conda create --name python-calculator python=3.8

Activate conda environment

conda activate python-calculator

Install the package and dependencies

pip install .

Running tests

Make sure you have activated your virtual environment environment. Then run:

pytest