Skip to content

Commit d7291b9

Browse files
authored
removed starter slash
1 parent 8528490 commit d7291b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ When the token expires, it updates automatically.
214214
1. **pip3 install -r requirements.txt** (or pipenv can be used)
215215

216216
**Note:** To run eSignature example 35, Request a signature by SMS, you will need to edit the SDK files. This is a temporary step that will be removed with future releases of the Python
217-
SDK. Navigate to the folder where your local Python packages are stored. You can find the Python packages in /usr/local/lib/python3.8/site-packages (Mac) or Python38/Lib/site-packages (Windows). Add the following lines to the docusign_esign/\_\_init\_\_.py file.<br/>
217+
SDK. Navigate to the folder where your local Python packages are stored. You can find the Python packages in usr/local/lib/python3.8/site-packages (Mac) or Python38/Lib/site-packages (Windows). Add the following lines to the docusign_esign/\_\_init\_\_.py file.<br/>
218218
`from .models.recipient_additional_notification import RecipientAdditionalNotification`<br/>
219219
`from .models.recipient_phone_number import RecipientPhoneNumber`<br/>
220220

0 commit comments

Comments
 (0)