Skip to content

Commit 7e45093

Browse files
committed
Version 1.1.1
1 parent 4001980 commit 7e45093

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ Generating text image samples to train an OCR software. Now supporting non-latin
88

99
## What do I need to make it work?
1010

11-
Just install the pip package using `pip install trdg`. Afterwards, you can use `trdg` from the CLI. I recommend using a virtualenv instead of installing with `sudo`.
11+
Install the pypi package
12+
13+
```
14+
pip install trdg
15+
```
16+
17+
Afterwards, you can use `trdg` from the CLI. I recommend using a virtualenv instead of installing with `sudo`.
1218

1319
If you want to add another language, you can clone the repository instead. Simply run `pip install -r requirements.txt`
1420

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="trdg",
15-
version="1.1.0",
15+
version="1.1.1",
1616
description="TextRecognitionDataGenerator: A synthetic data generator for text recognition",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)