Skip to content

Commit

Permalink
Clearly separate methods of saving credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Mar 4, 2024
1 parent cd80901 commit f5a02fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ In this section we are assuming that you have set the following variables with t
group = '<your_group_here>'
project = '<your_project_here>'

Method 1:
---------

::

from pytket.extensions.qiskit import set_ibmq_config
Expand All @@ -105,6 +108,9 @@ If you are a member of an IBM hub then you can add this information to ``set_ibm
QiskitConfig
set_ibmq_config

Method 2:
---------

Alternatively you can use the following qiskit commands to save your credentials
locally without saving the token in pytket config:

Expand Down

0 comments on commit f5a02fa

Please sign in to comment.