Loading docs/installation.rst +9 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading Loading
docs/installation.rst +9 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading