Skip to content

Commit fa96ecb

Browse files
authored
Update README.md
1 parent bdd91d9 commit fa96ecb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Yoti Python SDK #
22

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.
44

55
## Table of Contents
66

@@ -73,6 +73,7 @@ To import the Yoti SDK inside your project, simply run the following command fro
7373
```
7474
$ pip install yoti-python-sdk
7575
```
76+
7677
Both example applications utilise the env variables described above, make sure they are accessible.
7778
* Installing dependencies: `pip install -e .[examples]`
7879

@@ -93,6 +94,7 @@ You can reference the project URL by adding the following import:
9394
```
9495
import "yoti_python_sdk"
9596
```
97+
9698
Run your project but please make sure you have all the correct requirements:
9799

98100
1. Install dependencies: `pip install -r requirements.txt`
@@ -153,7 +155,7 @@ Please provide the following the get you up and working as quick as possible:
153155

154156
- Computer Type
155157
- OS Version
156-
- Version of Go being used
158+
- Version of Python being used
157159
- Screenshot
158160

159161
## Version Support

0 commit comments

Comments
 (0)