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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Yoti Python SDK #
2
2
3
-
Welcome to the Yoti Python SDK. This repo contains the tools and step by step instructions you need to quickly integrate your Golang back-end with Yoti so that your users can share their identity details with your application in a secure and trusted way.
3
+
Welcome to the Yoti Python SDK. This repo contains the tools and step by step instructions you need to quickly integrate your Python back-end with Yoti so that your users can share their identity details with your application in a secure and trusted way.
4
4
5
5
## Table of Contents
6
6
@@ -73,6 +73,7 @@ To import the Yoti SDK inside your project, simply run the following command fro
73
73
```
74
74
$ pip install yoti-python-sdk
75
75
```
76
+
76
77
Both example applications utilise the env variables described above, make sure they are accessible.
0 commit comments