slackline / python-maths

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%