Installing from PyPI#

Install precompiled wheels#

Precompiled wheels are available through PyPI with C++ support for most OSs and Python versions. The command below will install FastDDM

$ pip3 install fastddm

Warning

If wheels are not available for your system, pip will fall back to the installation of the source distribution. Refer to the Building from source section for more information.

Install source distribution#

To install FastDDM from the source distribution, check first the section Building from source for the prerequisites for your system and the installation options. If you are using Anaconda, check also the corresponding section: Build in a conda environment. Run the following line in your terminal:

$ pip3 install --no-binary fastddm fastddm