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
{{ message }}
This repository was archived by the owner on Aug 18, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,21 +84,23 @@ This procedure will not any dependencies, see below.
84
84
### Dependencies
85
85
86
86
* Python, version 2.7.x or 3.4.x (or above)
87
-
* to write StarDict dictionaries: the `dictzip` executable, available in your `$PATH` or specified with `--dictzip-path`
87
+
88
+
* to write StarDict dictionaries: the `dictzip` executable, available in your `$PATH` or specified with `--dictzip-path`:
88
89
89
90
```bash
90
91
$ [sudo] apt-get install dictzip
91
92
```
92
93
93
-
* to read/write Kobo dictionaries: the Python module `marisa-trie`
94
+
* to read/write Kobo dictionaries: the Python module `marisa-trie`:
94
95
95
96
```bash
96
97
$ [sudo] pip install marisa-trie
97
98
```
98
99
99
100
or [`MARISA`](https://code.google.com/p/marisa-trie/) executables available in your `$PATH` or specified with `--marisa-bin-path`
100
101
* to write MOBI Kindle dictionaries: the [`kindlegen`](https://www.amazon.com/gp/feature.html?docId=1000765211) executable, available in your `$PATH` or specified with `--kindlegen-path`
101
-
* to read/write XML dictionaries: the Python module `lxml`
102
+
103
+
* to read/write XML dictionaries: the Python module `lxml`:
102
104
103
105
```bash
104
106
$ [sudo] pip install lxml
@@ -109,9 +111,9 @@ This procedure will not any dependencies, see below.
0 commit comments