Installing PyNSim

Pip

Not implemented yet

The easiest way to install pynsim is through pip

After pip is installed, simply type:

pip install pynsim

Install from Zip

Download pynsim from here

Unzip the file and copy it to a sensible location.

In the command line, navigate to the folder and type:

python setup.py install

Unix users may need root access, in which case, type:

sudo python setup.py install

and enter your password.