Magnet's group utilities package
This package can be installed using setuptools.
To install a development version, with a link to the local package files in the default Python directory, run
<python> setup.py develop
To install to a default Python directory, run
<python> setup.py install
Use the appropriate command in . Depending on permissions, it may be necessary to run the command with sudo or as superuser.
Details and further options can be found in setuptools documentation.