Skip to content
Snippets Groups Projects
Commit cbd906d6 authored by Daniel Williams's avatar Daniel Williams
Browse files

Improved the installation documentation.

parent 649c6716
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,24 @@ virtual environment alongside the Minke code, which should make your
life slightly easier, and in the future we hope to find a way to
bundle this installation into the Minke install script.
At the command line::
$ easy_install minki
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv minki
$ pip install minki
To install lalsuite and minke you should run::
$ ./setup_environment.sh
in the root of the project, which will attempt to download and build the
latest version of lalsuite, using the correct branch to run the minke code.
You can then install the Minke python package by running::
$ python setup.py install
=======================
Use on the LDG Clusters
=======================
Daniel Williams currently maintains a virtual environment on the LLO
cluster of the LIGO Data Grid for general use of Minke. You can
activate the virtual environment, which gives access to both the
correct branch of LALSuite and to the Minke Python package, by running
the following command in BASH::
$ source ~daniel.williams/.virtualenvs/lal-minke/bin/activate
Any code which is run in this virtual environment should link
automatically to the correct python packages to produce signals using
Minke.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment