Installation

GNU/Linux

To install EGEGrouper from PyPI do in terminal:

$ sudo pip3 install egegrouper

If you want try the latest version you can download source. Extract it to folder, for example ~/egegrouper/, and do:

$ cd ~/egegrouper/
$ sudo python3 setup.py install

Windows

Fist you should install Python3 if you did not.

To install EGEGrouper from PyPI do in command line:

> pip install egegrouper

or something like this:

> C:\full\path\to\python\scripts\pip install egegrouper

Or from source:

> py -3 setup.py install

Read more about using Python on Windows.