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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,13 @@ Generating text image samples to train an OCR software. Now supporting non-latin
8
8
9
9
## What do I need to make it work?
10
10
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`.
12
18
13
19
If you want to add another language, you can clone the repository instead. Simply run `pip install -r requirements.txt`
0 commit comments