mirror of
https://github.com/LCPQ/quantum_package
synced 2025-05-05 06:34:54 +02:00
Updated Installation instructions (markdown)
parent
87288ff29c
commit
b838795bd7
@ -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.
|
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 create -n <name> [<children_modules>...]
|
||||||
qp_module.py install <name>...
|
|
||||||
qp_module.py create -n <name> [<children_module>...]
|
|
||||||
qp_module.py download -n <name> [<path_folder>...]
|
qp_module.py download -n <name> [<path_folder>...]
|
||||||
|
qp_module.py install <name>...
|
||||||
|
qp_module.py list (--installed | --available-local)
|
||||||
|
qp_module.py uninstall <name>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
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/`
|
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/`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user