Skip to content

Commit 1653d28

Browse files
Paige RossiPaige Rossi
authored andcommitted
Merge branch 'DEVDOCS-3091' of https://github.com/docusign/code-examples-python into DEVDOCS-3091
2 parents bc16ef0 + e657811 commit 1653d28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python: Authorization Code Grant Examples
22

3-
### Github repo: eg-03-python-auth-code-grant
3+
### Github repo: code-examples-python
44
## Introduction
55
This repo is a Python 3 application that demonstrates:
66

@@ -107,8 +107,8 @@ The **refresh token** is not used in this example.
107107
1. A name and email for a signer, and a name and email for a cc recipient.
108108

109109
### Installation steps
110-
1. Download or clone this repository to your workstation to directory **eg-03-python-auth-code-grant**
111-
1. **cd eg-03-python-auth-code-grant**
110+
1. Download or clone this repository to your workstation to directory **code-examples-python**
111+
1. **cd code-examples-python**
112112
1. **pip3 install -r requirements.txt** (or pipenv can be used)
113113
1. Update the file **app/ds_config.py**
114114
with the Integration Key and other settings.

0 commit comments

Comments
 (0)