We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7515663 commit 2707f52Copy full SHA for 2707f52
README.md
@@ -63,9 +63,9 @@ to learn how to build the Sync Tool from source.
63
4. `cd` to the `user-sync.py` directory
64
5. Install the Okta client wheel `pip install external/okta-0.0.3.1-py2.py3-none-any.whl`
65
6. Install the sync tool locally
66
- 1. `pip install -e .`
67
- 2. `pip install -e .[test]`
68
- 3. `pip install -e .[setup]`
+ 1. `pip install -e .`
+ 2. `pip install -e .[test]`
+ 3. `pip install -e .[setup]`
69
7. Create the build by running `make`
70
71
If the Sync Tool was built successfully, then the executable can be found in the `dist/` directory. The binary will be named
0 commit comments