Skip to content

mmkerr/python-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-calculator

Basic calculator 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 dependencies

python -m pip install -r requirements.txt

Install the package

Make sure you have activated your conda environment.

conda activate python-calculator

Then run:

pip install .

Running tests

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

python -m pytest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages