To install the package from pypi, run:
pip install math_without_integersNote: Most linux distros prohibit global pip installations. You have to figure it yourself how you can install the package.
To use it in your python program (why?), add:
from math_without_integers import zero_to_nine
from math_without_integers import zero_to_infinityat the top of your python code.