Skip to content

install

daamath is hosted on PyPI. simply run this in your terminal:

python -m pip install daamath

you may have to set up a venv. once youre done, test daamath:

import daamath as dm

print(dm.sqrt(4))
# 2