Setup with AnacondaΒΆ
Anaconda is a free and open-source distribution of
the Python programming language for scientific computing, which aims to simplify
package management and deployment. The package management system conda
manages package versions.
The first step is to install the anaconda distribution. The installation manual for this software is detailed here.
To install the software using conda, execute the following command:
conda install pyinterp -c conda-forge
This command will install the software and the necessary dependencies. More information is available on the syntax of this command on the related documentation.