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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ The following env variables are then required for the SDK to work:
45
45
The following env variables are additionally used to configure your backend:
46
46
47
47
*`YOTI_APPLICATION_ID` - found on the Integrations settings page, used to configure the [Yoti Login Button](https://www.yoti.com/developers/#login-button-setup)
48
-
*`YOTI_VERIFICATION_KEY` - found on the Integrations settings page -> Callback URL -> VERIFY, used to verify your back-end callback
49
48
50
49
## Examples ##
51
50
@@ -90,7 +89,7 @@ One tool to do just this is [pyenv](https://github.com/yyuu/pyenv)
90
89
1. In order to execute integration tests run: `tox pytest_integration.ini`
91
90
92
91
You can choose a subset of interpreters to test with by running `tox -e <testenv_version>`.
93
-
For a list of `<testenv_versions>` see `tox.ini`. Example: `tox -e py26` would run the
92
+
For a list of `<testenv_versions>` see `tox.ini`. Example: `tox -e py26` would run the
94
93
test suite on Python 2.6 (2.6.9 in our case, as installed with `pyenv`).
95
94
96
95
To install all the Python versions this SDK has been tested against run:
@@ -114,11 +113,11 @@ will have to be compiled. This will be done automatically, however you may
114
113
need to install development headers of `openssl`.
115
114
116
115
##### On Debian-based systems #####
117
-
116
+
118
117
Install `openssl` headers with `apt-get install openssl-dev`
119
118
120
119
##### On macOS #####
121
-
120
+
122
121
Install `openssl` headers using [homebrew](http://brew.sh/): `brew install openssl`
123
122
124
123
Install xcode command line tools so we have access to a C compiler and common libs:
0 commit comments