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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The [User Sync Documentation](https://adobe-apiplatform.github.io/user-sync.py/)
22
22
23
23
* Windows, Ubuntu or CentOS server/VM (if using a [pre-built release](https://github.com/adobe-apiplatform/user-sync.py/releases/latest))
24
24
* At least 4GB of available RAM
25
-
* Service account for the User Management API (see the [official docs](https://www.adobe.io/apis/experienceplatform/console/docs.html#!AdobeDocs/adobeio-console/master/integrations.md))
25
+
* Service account for the User Management API (see the [official docs](https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/ServiceAccountIntegration.md))
26
26
* Public/private keys for service account (see the [official docs](https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/JWT/JWTCertificate.md))
27
27
28
28
## Installation and Use
@@ -54,7 +54,7 @@ The general procedure to build the User Sync Tool is the same across platforms.
54
54
prerequisites that must be met before following these instructions. Refer to the notes for your platform and return here
55
55
to learn how to build the Sync Tool from source.
56
56
57
-
**NOTE:** Python 3.6 is required on all platforms.
57
+
**NOTE:** Python 3.9 is required on all platforms.
58
58
59
59
1. Clone this repository `git clone https://github.com/adobe-apiplatform/user-sync.py.git`
60
60
2. Create a new Python 3.6 virtual environment `python -m venv /path/to/venv` (note: your system may prompt you to install
@@ -79,12 +79,12 @@ On Linux, many of the Sync Tool's dependencies are built from source and contain
79
79
languages. For this reason, it is necessary to install some system packages and libraries.
0 commit comments