Size: 400
Comment:
|
Size: 581
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Task Manager = |
|
Line 3: | Line 5: |
* command line | == Installation == * This will install dqrtasks from git.ligo.org (requires authentication). * Yuzurihara prepared the virtual environment {{{o4_dqr_proto}}} on k1det1. |
Line 5: | Line 9: |
{{{ | {{{ |
Line 12: | Line 16: |
}}} | }}} |
Task Manager
Installation
- This will install dqrtasks from git.ligo.org (requires authentication).
Yuzurihara prepared the virtual environment o4_dqr_proto on k1det1.
conda create --name o4_dqr_proto python=3.8 -y conda activate o4_dqr_proto -y conda install M2Crypto -y pip install git+https://git.ligo.org/o4-dqr/o4-dqr-configuration.git pip install git+https://github.com/gwdetchar/gwdetchar.git pip install git+https://git.ligo.org/detchar/dqrtasks.git