Skip to content

Commit 0ba5739

Browse files
committed
2 parents defefa6 + ba37db7 commit 0ba5739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jwt_console.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
import sys
33
import subprocess
44

5+
# pip install DocuSign SDK
6+
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'docusign_esign'])
7+
58
from docusign_esign import ApiClient
69
from docusign_esign.client.api_exception import ApiException
710
from app.jwt_helpers import get_jwt_token, get_private_key
811
from app.eSignature.examples.eg002_signing_via_email import Eg002SigningViaEmailController
912
from app.jwt_config import DS_JWT
1013

11-
# pip install DocuSign SDK
12-
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'docusign_esign'])
13-
1414
SCOPES = [
1515
"signature", "impersonation"
1616
]

0 commit comments

Comments
 (0)