Install PyMF

PyMF is a pure Python module and should therefore be pretty easy to install. All you’ll need numpy (tested with version 1.14.3).

From source

PyMF is developed on GitHub and can be installed by cloning the source repository and install from there

git clone https://github.com/j-erler/pymf.git
cd pymf
python setup.py install

Test the installation

To make sure that the installation went alright and to familiarise yourself with PyMF, we recommend running the provided jupyter notebooks that can be found in the /examples directory.