Installation

On Linux

Python and its package manger (pip) should be preinstalled. Hence, it can simply be installed through:

pip install nemf

On Windows:

Using pip

If you haven’t installed python already, get the latest python version from here. This also installs pythons integrated package manager (pip).Then, the following install command can be used in windows powershell:

python -m pip install nemf

Using Anaconda

Alternatively, you can use Anaconda to manage both the python installation and your python packages.

To do so, download and install Anaconda from their homepage

After Anaconda is installed you can use Anaconda Prompt to install the package by executing

conda install nemf

On Mac

If you haven’t installed python already, get the latest python version from here. Scroll down to get the “macOS 64-bit installer”

To installs pythons integrated package manager (pip).

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py

Then, the following install command can be used in the terminal:

python -m pip install nemf

Using Anaconda

Alternatively, you can use Anaconda to manage both the python installation and your python packages.

To do so, download and install Anaconda from their homepage

After Anaconda is installed you can use Anaconda Prompt to install the package by executing

conda install nemf