Verified Commit a7fdaaf4 authored by Daniel Williams's avatar Daniel Williams
Browse files

Minor fix to docs.

parent 216f1957
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -18,9 +18,11 @@ Installing in a virtual environment

We need to setup a virtual environment first. If you're using
virtualenvwrapper this is straightforward ::
  
  $ mkvirtualenv <name for venv>

First install lalsuite from the minke branch on git ::
  
  $ git clone https://github.com/lscsoft/lalsuite.git
  $ git checkout minke
  $ ./00boot
@@ -28,6 +30,7 @@ First install lalsuite from the minke branch on git::
  $ make && make install

Then clone the minke repository, and install the code and dependencies::
  
  $ git clone https://daniel-williams@git.ligo.org/daniel-williams/minke.git
  $ pip install numpy scipy matplotlib pandas
  $ cd minke
@@ -40,6 +43,7 @@ System-wide installation
We do not recommend system-wide installation of minke, however, it is possible.

First install lalsuite from the minke branch on git ::
  
  $ git clone https://github.com/lscsoft/lalsuite.git
  $ git checkout minke
  $ ./00boot
@@ -48,6 +52,7 @@ First install lalsuite from the minke branch on git::
  $ sudo make install

Then clone the minke repository, and install the code ::
  
  $ git clone https://daniel-williams@git.ligo.org/daniel-williams/minke.git
  $ sudo pip install numpy scipy matplotlib pandas
  $ cd minke