Skip to content

Commit bb593c9

Browse files
Merge pull request #42 from rachel-dynamsoft/patch-1
Update README.md
2 parents 6233a25 + c547a47 commit bb593c9

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@ This repository contains multiple samples that demonstrates how to use the [Dyna
2727

2828
## Installation
2929

30-
>**pip install dbr** or **pip3 install dbr**
30+
```
31+
pip install dbr
32+
```
33+
34+
or
35+
36+
```
37+
pip3 install dbr
38+
```
3139

3240
## Samples
3341

@@ -50,13 +58,9 @@ https://www.dynamsoft.com/barcode-reader/programming/python/?ver=latest&utm_sour
5058

5159
## License
5260

53-
The library requires a license to work, you use the API init_license to initialize license key and activate the SDK.
54-
55-
These samples use a <a href="https://www.dynamsoft.com/license-server/docs/about/terms.html?ver=latest&product=dbr&utm_source=samples&package=python#public-trial-license" target="_blank">free public trial license</a>. Note that network connection is required for this license to work.
56-
57-
You can also request a 30-day trial license from <a href="https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python" target="_blank">Customer Portal</a>
61+
The barcode reader library requires a license to work. You can use the API `init_license` to initialize license key and activate the SDK.
5862

59-
For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html.
63+
These samples use a free public trial license which require network connection to function. You can request a 30-day free trial license key from <a href="https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python" target="_blank">Customer Portal</a> which works offline.
6064

6165
## Contact Us
6266

0 commit comments

Comments
 (0)