Skip to content

Commit 9579ad7

Browse files
authored
Update README.md
1 parent 9790a6d commit 9579ad7

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,28 @@
99
*Dynamsoft Barcode Reader's Python Edition comes with all the general features of Dynamsoft Barcode Reader, bringing convenience for customers who develop in Python. In addition, you could refer to the Python samples available in our [Github](https://github.com/dynamsoft-dbr/python-barcode) when building your own application. If you have any inquiries about our product, please contact us at [email protected].*
1010

1111
## Table Of Contents
12-
- [Version](#Version)
13-
- [Supported Platforms](#Supported-Platforms)
14-
- [Installation](#Installation)
15-
- [Supported Symbologies](#Supported-Symbologies)
16-
- [Release Notes](#Release-Notes)
17-
- [Interfaces](#Interfaces)
18-
- [Enum Interfaces](#Enum-Interfaces)
19-
- [Struct Interfaces](#Struct-Interfaces)
20-
- [Exception Class Interface](#Exception-Class-Interface)
21-
- [Main Class Interface](#Main-Class-Interface)
22-
- [Appendix](#Appendix)
23-
- [Code Snippet](#Code-Snippet)
24-
- [Mode Argument List](#Mode-Argument-List)
25-
- [Contact Us](#Contact-Us)
26-
12+
- [Version](#version)
13+
- [Supported Python Version](#supported-python-version)
14+
- [Supported Platforms](#supported-platforms)
15+
- [Installation](#installation)
16+
- [Supported Symbologies](#supported-symbologies)
17+
- [Release Notes](#release-notes)
18+
- [Interfaces](#interfaces)
19+
- [Enum Interfaces](#enum-interfaces)
20+
- [Struct Interfaces](#struct-interfaces)
21+
- [Exception Class Interface](#exception-class-interface)
22+
- [Main Class Interface](#main-class-interface)
23+
- [Appendix](#appendix)
24+
- [Code Snippet](#code-snippet)
25+
- [Mode Argument List](#mode-argument-list)
26+
- [Contact Us](#contact-us)
2727

2828
### Version
2929
- **7.5**
3030

31+
## Supported Python Version
32+
3.6, 3.7, and 3.8
33+
3134
### Supported Platforms
3235
- **Windows x64**
3336

0 commit comments

Comments
 (0)