diff --git a/Installation-instructions.md b/Installation-instructions.md index a668560..a018a0b 100644 --- a/Installation-instructions.md +++ b/Installation-instructions.md @@ -51,10 +51,12 @@ C-shell syntax and source it in your shell. The quantum package has no executable out of the box. You need to install (and then compile) some modules. The `qp_module.py` will help you. ``` - Usage: qp_module.py list (--installed|--avalaible-local|--avalaible-remote) - qp_module.py install ... - qp_module.py create -n [...] + qp_module.py create -n [...] qp_module.py download -n [...] + qp_module.py install ... + qp_module.py list (--installed | --available-local) + qp_module.py uninstall + ``` For exemple you can type : `qp_module.py install Full_CI`. This will install the `Full_CI` module. All the modules are installed in the `$QP_ROOT/src/`, and all the available modules are in `$QP_ROOT/plugins/`