Skip to content
lkettenb edited this page May 1, 2013 · 18 revisions

PRIMO

This is the PRIMO Wiki. All important and interessting information referring to PRIMO are listed here.

We will meet regularly on Thursdays at 2:00 pm on M5.

Bored? See our ToDo list!

Dependencies

So far, PRIMO only depends on NetworkX. For your convenience, we wrote a short installation guide so you can install NetworkX without root permissions.

Installation

  1. Download the latest or a stable version of PRIMO:
  2. Execute the setup script (after unzipping):
    • python setup.py install

For more information and alternate installation see http://docs.python.org/2/install/#standard-build-and-install.

For developers

  1. Clone the PRIMO repository:
    • git clone https://github.com/mbaumBielefeld/PRIMO.git
    • You may switch to the 'develop' branch: git checkout develop
  2. Add PRIMO to your PYTHONPATH:
    • echo 'export PYTHONPATH=PATH_TO_PRIMO:$PYTHONPATH' >> ~/.bashrc where 'PATH_TO_PRIMO' is the path to the root directory of the cloned repository.

Interesting Pages

Clone this wiki locally