Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Minke
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Williams
Minke
Commits
cbd906d6
Commit
cbd906d6
authored
8 years ago
by
Daniel Williams
Browse files
Options
Downloads
Patches
Plain Diff
Improved the installation documentation.
parent
649c6716
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installation.rst
+21
-11
21 additions, 11 deletions
docs/installation.rst
with
21 additions
and
11 deletions
docs/installation.rst
+
21
−
11
View file @
cbd906d6
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment