install
To install from pip just do the next:
pip install fxpmath
To install with conda just do the next:
conda install -c francof2a fxpmath
Or you can clone the repository doing in your console:
git clone https://github.com/francof2a/fxpmath.git
and then go to the fxpmath folder and install it:
cd fxpmath
pip install .