Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 536 Bytes

File metadata and controls

20 lines (12 loc) · 536 Bytes

ima-utils

Magnet's group utilities package

Installation

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.