SmoothMath Installation

Installation

Install using PIP

To install SmoothMath using pip, use the following command:

pip install smoothmath

Install using tar.gz

To install Smoothmath using the tar.gz file, please go to the Downloads section, and click the latest version. After that, all you have to do is type this into the terminal:

pip install smoothmath-x.x.x.tar.gz

Alternative method with tar.gz

This is an alternative way to use the tar.gz got from the last way to install. For this one, type the following in the terminal:

tar -xvf smoothmath-x.x.x.tar.gz
cd smoothmath-x.x.x
pip install .