You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOCS: Updated installation steps and package references
- Fixed installation steps in README.md
- Fixed link to API information in README.md
- Updated Travis CI URL in README.md
- Updated Python package URL in README.md
This commit addresses inconsistencies and outdated information in the documentation,
ensuring accurate and up-to-date details for users and contributors.
[PyPI module](https://pypi.python.org/pypi/docusign_admin) that wraps the <ahref="https://www.docusign.com/products/orgadmin-for-real-estate">DocuSign OrgAdmin</a> API
7
+
[PyPI module](https://pypi.python.org/pypi/docusign_admin) that wraps the <ahref="https://developers.docusign.com/docs/admin-api/">DocuSign Admin</a> API
8
8
9
-
[Documentation about the DocuSign OrgAdmin API](https://developers.docusign.com/)
9
+
[Documentation about the DocuSign Admin API](https://developers.docusign.com/)
10
10
11
11
## Requirements
12
12
@@ -56,7 +56,7 @@
56
56
### Install via PIP:
57
57
58
58
1. In your command console, type:
59
-
pip install docusign-orgadmin
59
+
pip install docusign-admin
60
60
61
61
Note: This may require the command console be elevated. You can accomplish this via sudoin Unix/Linux, or by running the command console as an administrator in Windows.
62
62
@@ -82,9 +82,9 @@ Log issues against this client through GitHub. We also have an [active developer
82
82
The DocuSign Python Client is licensed under the [MIT License](https://github.com/docusign/docusign-python-client/blob/master/LICENSE).
0 commit comments