File tree 2 files changed +9
-7
lines changed
mpqp/execution/connection
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -53,18 +53,13 @@ Setup remote connection
53
53
54
54
After you installed MPQP package using ``pip install ``, the script
55
55
:mod: `setup_connections.py<mpqp.execution.connection.setup_connections> ` can be
56
- called from everywhere, not only in `` mpqp `` folder , using the following command
57
- line :
56
+ called to setup your connection to the remote backends supported , using the
57
+ following command :
58
58
59
59
.. code-block :: console
60
60
61
61
$ setup_connections
62
62
63
- This script will allow you to configure and save your personal account to
64
- connect to remote machines. Depending on the provider, different credentials can
65
- be asked. Information concerning which provider is configured and related
66
- credentials are stored in the ``~/.mpqp `` file.
67
-
68
63
IBM Quantum
69
64
^^^^^^^^^^^
70
65
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env python3
2
+ """This script helps you configuring the connections for all the supported
3
+ remote backends. In time, it will also guide you to retrieve the tokens,
4
+ passwords, etc... but for now, it is a prerequisite that you already have these
5
+ credentials to use this script.
6
+
7
+ Information concerning which provider is configured and related
8
+ credentials are stored in the ``~/.mpqp`` file."""
2
9
3
10
import mpqp .execution .connection .aws_connection as awsc
4
11
import mpqp .execution .connection .env_manager as env_m
You can’t perform that action at this time.
0 commit comments