Installation ============ ``multidiff`` is installed from the command line using:: pip install multidiff ``multidiff`` depends on Python scientific modules such as ``numpy``, ``scipy`` and ``matplotlib``. You can install these modules separately, or using a bundled distribution such as Anaconda or Canopy. If you are using Anaconda, open the "Anaconda Prompt" and execute:: conda install pip in order to install pip (pip is a tool for installing Python packages), and:: pip install multidiff in order to install multidiff.